Hello Dan,
I have looked at the OME-TIFF files produced from three versions of Zen.
Zen 2012 Lite (Free download from Zeiss website)
Version: 1.1.1.0
File version: 1.1.13064.302
Zen 2012 (Dan's version)
Version: 1.1.1.0
File version: 1.1.13064.302
Hotfix: 1.1.1.2
Zen 2011 (Available in Dundee)
The OME-TIFF files produced by these were validated and test imported into OMERO.
Zen 2012 Lite - This file has two problems:
1. There is no schema location defined. This line should appear as an attribute of the OME node
- Code: Select all
xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2010-06
http://www.openmicroscopy.org/Schemas/OME/2010-06/ome.xsd"
2. The LightSource node has no content. It should contain either an Arc, Filament, Laser or LightEmittingDiode child element. This is what is causing the file to be invalid.
Zen 2012 - This file has two problems:
1. There is no schema location defined. This line should appear as an attribute of the OME node
- Code: Select all
xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2010-06
http://www.openmicroscopy.org/Schemas/OME/2010-06/ome.xsd"
2. The LightSource node has no content. It should contain either an Arc, Filament, Laser or LightEmittingDiode child element. This is what is causing the file to be invalid.
Zen 2011 - This file has one problem
1. The Pixels nodes use a Type of "uint12", which does not exist. Allowed values are int8, int16, int32, uint8, uint16, uint32, float, bit, double, complex and double-complex.
Note: this version does correctly set xsi:schemaLocation and it does not have any LightSource or LightSourceSettings nodes.
Could pass this on to your local Zeiss contact as the fix will need to be to the Zen software.
We will pass the same information on from here.
If they need further information please give them my contact details.
Thanks,
Andrew