NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #385 (closed defect: fixed)

Opened 2009-04-23T15:51:21-05:00

Last modified 2009-11-11T07:58:02-06:00

Generated OME-XML has an invalid DisplayOptions element

Reported by: curtis Owned by: melissa
Priority: major Milestone:
Component: bio-formats Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

$ bfconvert data/al3d/franz/Iron\ Plate.al3d Iron\ Plate.ome.tif
data/al3d/franz/Iron Plate.al3d [Alicona AL3D] -> Iron Plate.ome.tif [OME-TIFF] ... [done]
1.203s elapsed (556.0+165.0ms per image, 480ms overhead)

$ showinf -nopix -nometa -omexml Iron\ Plate.ome.tif
Checking file format [OME-TIFF]
...
Generating OME-XML (schema version 2008-09)
...
      <DisplayOptions Display="Grey" ID="DisplayOptions:0"/>
...
Validating OME-XML
error: cvc-complex-type.2.4.b: The content of element 'DisplayOptions' is not complete. One of '{"http://www.openmicroscopy.org/Schemas/OME/2008-09":RedChannel}' is expected.

It is not clear whether we should be using DisplayOptions at all, or some other mechanism.

Change History

comment:1 Changed 2009-11-11T07:58:02-06:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

DisplayOptions is not populated as of r5535.