Hi,
I found a CZI image in our sample set, so I think I can replicate what you're seeing.
When I export a CZI image from OMERO as OME-TIFF and then see what metadata I have using the LOCI command line tools (see below), I see various metadata missing compared with the original czi.
Mostly this is the Instrument, including Objectives and Filters (although filters weren't linked to the Image). Also Channels are missing some attributes.
I'm afraid that this is unlikely to improve any time soon, given the amount of work this involves.
Is there a particular workflow that you need this for? There may be other ways we can help you?
Regards,
Will.
- Code: Select all
./bftools/showinf /Users/will/Documents/biology-data/exported.ome.tiff -nopix -omexml-only
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<OME xmlns="http://www.openmicroscopy.org/Schemas/OME/2012-06" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2012-06 http://www.openmicroscopy.org/Schemas/OME/2012-06/ome.xsd">
<Image ID="Image:0" Name="test.czi">
<AcquisitionDate>2011-11-23T09:56:36</AcquisitionDate>
<ImagingEnvironment/>
<Pixels DimensionOrder="XYZCT" ID="Pixels:0" PhysicalSizeX="0.10238095238095238" PhysicalSizeY="0.10238095238095238" SizeC="3" SizeT="1" SizeX="1388" SizeY="1040" SizeZ="1" Type="uint16">
<Channel Color="65535" EmissionWavelength="465" ExcitationWavelength="353" ID="Channel:0:0" Name="" SamplesPerPixel="1">
<LightPath/>
</Channel>
<Channel Color="16711935" EmissionWavelength="509" ExcitationWavelength="488" ID="Channel:0:1" Name="" SamplesPerPixel="1">
<LightPath/>
</Channel>
<Channel Color="-16776961" EmissionWavelength="598" ExcitationWavelength="578" ID="Channel:0:2" Name="" SamplesPerPixel="1">
<LightPath/>
</Channel>
<TiffData FirstC="0" FirstT="0" FirstZ="0" IFD="0" PlaneCount="1">
<UUID FileName="__omero_export__4933379458512353272.ome.tiff">urn:uuid:a7a18081-522c-47a7-be5a-a6666c9e7607</UUID>
</TiffData>
<TiffData FirstC="1" FirstT="0" FirstZ="0" IFD="1" PlaneCount="1">
<UUID FileName="__omero_export__4933379458512353272.ome.tiff">urn:uuid:a7a18081-522c-47a7-be5a-a6666c9e7607</UUID>
</TiffData>
<TiffData FirstC="2" FirstT="0" FirstZ="0" IFD="2" PlaneCount="1">
<UUID FileName="__omero_export__4933379458512353272.ome.tiff">urn:uuid:a7a18081-522c-47a7-be5a-a6666c9e7607</UUID>
</TiffData>
<Plane DeltaT="1.0" PositionX="11551.7" PositionY="323.1" PositionZ="8575.625" TheC="0" TheT="0" TheZ="0"/>
<Plane DeltaT="3.0" PositionX="11551.7" PositionY="323.1" PositionZ="8575.625" TheC="1" TheT="0" TheZ="0"/>
<Plane DeltaT="5.0" PositionX="11551.7" PositionY="323.1" PositionZ="8575.625" TheC="2" TheT="0" TheZ="0"/>
</Pixels>
</Image>
<StructuredAnnotations xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06"/>
</OME>