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

Opened 2010-07-30T12:35:04-05:00

Last modified 2010-08-16T12:05:21-05:00

Parse metadata from S-FEG and Helios NanoLab TIFF files

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

Description

The S-FEG and Helios NanoLab systems store metadata as key/value pairs in TIFF tags 34680 and 34682, respectively.

We should parse these values into the original metadata table. Ideally, we should also standardize the metadata we can as OME-XML.

Sample data can be found in data/tiff/jonathan.

The Set_Scale_from_TIFF.py script shows how to compute physical pixel sizes from the metadata present.

Change History

comment:1 Changed 2010-07-30T12:35:22-05:00 by curtis

  • Cc forzaabbott@… added

comment:2 Changed 2010-08-16T12:05:21-05:00 by melissa

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

(In [6797]) Added support for FEI TIFF files, specifically those from S-FEG and Helios NanoLab. Closes #526.