Skip to content

Commit

Permalink
Merge pull request #191 from giovp/doc/omero
Browse files Browse the repository at this point in the history
improve description of omero metadata
  • Loading branch information
will-moore authored Jul 10, 2023
2 parents b7359aa + bb69bc5 commit 99b8765
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 0.4/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,12 @@ can be found under the "omero" key in the group-level metadata:
See https://docs.openmicroscopy.org/omero/5.6.1/developers/Web/WebGateway.html#imgdata
for more information.

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.

"labels" metadata {#labels-md}
------------------------------

Expand Down

0 comments on commit 99b8765

Please sign in to comment.