OMERO ignoring AcquiredDate
Posted: Mon Jun 18, 2012 7:40 pm
Hi,
I'm importing OME-TIFF files and OMERO is ignoring the AcquiredDate. It is set to some time point after the imported-timestamp. Here is the relevant part of my OME-XML:
Best,
\m/ Christian
I'm importing OME-TIFF files and OMERO is ignoring the AcquiredDate. It is set to some time point after the imported-timestamp. Here is the relevant part of my OME-XML:
- Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<OME xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2011-06 http://www.openmicroscopy.org/Schemas/OME/2011-06/ome.xsd" xmlns="http://www.openmicroscopy.org/Schemas/OME/2011-06">
<Image ID="Image:0">
<AcquiredDate>2011-07-18T00:00:00</AcquiredDate>
<Pixels DimensionOrder="XYCZT" ID="Pixels:0" SizeC="3" SizeT="1" SizeX="512" SizeY="512" SizeZ="1" Type="uint8">
<Channel ID="Channel:0:1" SamplesPerPixel="3"/>
<Channel ID="Channel:0:2" SamplesPerPixel="3"/>
<Channel ID="Channel:0:3" SamplesPerPixel="3"/>
<TiffData FirstC="0" FirstT="0" FirstZ="0" IFD="0" PlaneCount="1"/>
</Pixels>
...
</Image>
</OME>
Best,
\m/ Christian