You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#160 introduced the population of the omero metadata specification by this conversion tool.
The new logic populates the mininum/maximum values per channel but also stores some channel metadata like the color. The relevant portion of the code is largely inherited from omero-blitzChannelProcessor to try to set a meaningful value based on various metadata fields and invoked in
#160 introduced the population of the omero metadata specification by this conversion tool.
The new logic populates the mininum/maximum values per channel but also stores some channel metadata like the color. The relevant portion of the code is largely inherited from
omero-blitz
ChannelProcessor to try to set a meaningful value based on various metadata fields and invoked inbioformats2raw/src/main/java/com/glencoesoftware/bioformats2raw/Converter.java
Line 1788 in 1791091
While testing different conversion workflows, I noticed one particular deviation in the case of single-channel image. This can be tested by
In the case of single-channel data, the OMERO importer calls a separate
setSingleChannel
method which sets the color to grey instead.https://github.com/ome/omero-blitz/blob/5d27e4771af5c4c457464090edb5b450d1c11e1d/src/main/java/ome/formats/model/ChannelProcessor.java#L106-L119
Should
bioformats2raw
be updated to adopt the same behavior?The text was updated successfully, but these errors were encountered: