BioImageTools / ome-zarr-models-py

Prototype for a common minimal-dependencies Python implementation of the NGFF data model
https://ome-zarr-models-py.readthedocs.io/en/latest/
9 stars 1 forks source link

3.5. "omero" metadata (transitional) #34

Closed dstansby closed 13 hours ago

dstansby commented 1 day ago

The "omero" metadata is optional, but if present it MUST contain the field "channels", which is an array of dictionaries describing the channels of the image. Each dictionary in "channels" MUST contain the field "color", which is a string of 6 hexadecimal digits specifying the color of the channel in RGB format. Each dictionary in "channels" MUST contain the field "window", which is a dictionary describing the windowing of the channel. The field "window" MUST contain the fields "min" and "max", which are the minimum and maximum values of the window, respectively. It MUST also contain the fields "start" and "end", which are the start and end values of the window, respectively.

https://ngff.openmicroscopy.org/0.4/index.html#omero-md