Hi,
just for test reasons I want to use the command line tool "tiffcomment -set". This is my XML comment at the moment. See below.
Did I understand correctly that I can add the following in within the <Image> tag:
<AnnotationRef>
Compound1234
</AnnotationRef>
Or within the <OME> tag (plus a new name space?):
<StructuredAnnotations>
<Annotation>
Compound1234
</Annotation>
</StructuredAnnotations>
Greetings, Frank
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Warning: this comment is an OME-XML metadata block, which contains crucial dimensional parameters and other important metadata. Please edit cautiously (if at all), and back up the original data before doing so. For more information, see the OME-TIFF web site:
http://ome-xml.org/wiki/OmeTiff. -->
<OME xmlns="http://www.openmicroscopy.org/Schemas/OME/2013-06" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" UUID="urn:uuid:ce84aab7-bbf8-402c-b2a4-9d26ae0fe910" xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2013-06
http://www.openmicroscopy.org/Schemas/O ... 06/ome.xsd">
<Image ID="Image:0" Name="single-channel">
<AcquisitionDate>
2013-06-19T13:02:10
</AcquisitionDate>
<Pixels DimensionOrder="XYZCT" ID="Pixels:0" SizeC="1" SizeT="1" SizeX="439" SizeY="167" SizeZ="1" Type="int8">
<Channel ID="Channel:0:0" SamplesPerPixel="1">
<LightPath/>
</Channel>
<TiffData FirstC="0" FirstT="0" FirstZ="0" IFD="0" PlaneCount="1">
<UUID FileName="single-channel.ome.tif">
urn:uuid:ce84aab7-bbf8-402c-b2a4-9d26ae0fe910
</UUID>
</TiffData>
</Pixels>
</Image>
</OME>