ome / ngff

Next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
https://ngff.openmicroscopy.org
Other
115 stars 38 forks source link

relax omero metadata #192

Open giovp opened 1 year ago

giovp commented 1 year ago

Motivation

With this issue, I would like to discuss whether ngff could relax the omero metadata requirements by making "visualization specific" parameters ("window" and "color" ) optional.

As discussed in https://github.com/ome/ngff/issues/155 , there seems to be agreement that the channel name information (e.g. in a microscopy image, the name of the fluorescent markers/antibodies such as "DAPI", "Actin" etc.) should be saved in omero metadata. This information would be stored under "label" according to current spec. This type of information is critical to be stored especially in highly-multiplexed imaging techniques such as CyCIF, Codex, Imaging Mass Cytometry etc.

Users might want to save the channel name information without specifying "color" or "window" information. Currently, it is not possible, as there are two required arguments by the omero specs which are, imho, purely for "visualization" purposes. Users would therefore have to specify "arbitrary" information on aesthetics that is not necessarily useful/actionable.

Potential solution

Make the current required parameters ("color" and "window") as optional. This would enable the use case of only saving channel name information without having to specify the remaining visualization parameters.

will-moore commented 1 year ago

Sounds good 👍

giovp commented 1 year ago

sorry for radio silence @will-moore I will have time to finish this now. Shall I just add this to #191 ?