Skip to content

Commit

Permalink
0.5.1: replace the missing omero metadata text (fix #286)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jan 10, 2025
1 parent 54b146f commit 027f8b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 0.5/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,12 @@ can be found under the "omero" key in the group-level metadata:
See the [OMERO WebGateway documentation](https://omero.readthedocs.io/en/stable/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 Expand Up @@ -589,6 +595,11 @@ Version History {#history}
<td>Description</td>
</tr>
</thead>
<tr>
<td>0.5.1</td>
<td>2025-01-10</td>
<td>Re-add the improved omero description in PR-191.</td>
</tr>
<tr>
<td>0.5</td>
<td>2024-11-21</td>
Expand Down

0 comments on commit 027f8b2

Please sign in to comment.