Be sure to check the Channel.EmissionWavelength, Pixels.PhysicalSizeX, Pixels.PhysicalSizeY, and Plane.ExposureTime values in the generated OME-XML. The logic there is slightly different, as it uses an OMEXMLMetadata to transport values instead of getters on MetamorphReader, as getters for those four values are not present in current Bio-Formats.
Be sure to check the
Channel.EmissionWavelength
,Pixels.PhysicalSizeX
,Pixels.PhysicalSizeY
, andPlane.ExposureTime
values in the generated OME-XML. The logic there is slightly different, as it uses anOMEXMLMetadata
to transport values instead of getters onMetamorphReader
, as getters for those four values are not present in current Bio-Formats.