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 #349 (closed defect: fixed)

Opened 2009-01-16T20:09:48-06:00

Last modified 2009-04-23T15:47:22-05:00

Fix known OME-XML validation errors

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

Description

Known validation issues include:

  1. Detector elements require a Type attribute. We can set this to "Unknown" if necessary.
  1. Objective elements require Correction and Immersion attributes; both can be set to "Unknown".
  1. LogicalChannel requires a ChannelComponent child with Pixels and Index attributes. This should probably be set in MetadataTools.populatePixels.
  1. CustomAttributes and SemanticTypeDefinitions elements need the proper namespaces (CA and STD, respectively).
  1. Objective IDs produced by Deltavision files can be invalid.

Change History

comment:1 Changed 2009-01-19T16:10:18-06:00 by melissa

r4750 fixes issues #1, #2, and #3.

comment:2 Changed 2009-01-20T15:42:22-06:00 by melissa

r4752 fixes issue #5.

comment:3 Changed 2009-04-23T15:47:22-05:00 by curtis

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

Refiled to be more specific; see ticket #384.