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: |
|
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.
(In [6819]) Factored ND2Handler out of NativeND2Reader. See #529.