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 #529 (closed enhancement: fixed)

Opened 2010-08-11T16:35:23-05:00

Last modified 2010-08-19T14:21:59-05:00

Parse metadata from TIFFs produced by Nikon Elements

Reported by: melissa Owned by: melissa
Priority: major Milestone: bio-formats-4.2.1
Component: bio-formats Severity: minor
Keywords: Cc: pierre.bourdoncle@…
Blocked By: Blocking:

Description

The metadata is very similar to what is in new ND2 files (i.e. lots of XML). Probably we want to move all of the XML handling out of NativeND2Reader and into a separate class, similar to what's already done with Metamorph and Leica formats. Then it's just a matter of adding a new Nikon Elements TIFF reader that calls the Nikon XML handler.

Change History

comment:1 Changed 2010-08-18T17:25:14-05:00 by melissa

(In [6819]) Factored ND2Handler out of NativeND2Reader. See #529.

comment:2 Changed 2010-08-19T14:21:59-05:00 by melissa

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

(In [6823]) Added reader for TIFFs produced by Nikon Elements. Closes #529.