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

Opened 2007-08-30T16:40:02-05:00

Last modified 2007-10-08T11:38:46-05:00

Improve OME-TIFF grouping logic

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

Description

Right now, the OME-TIFF reader relies on filename stitching with FileStitcher to group OME-TIFF images together. It might be better for the reader to scan the entire directory for files with a matching XML header, or maybe allow being given the explicit list of involved files.

Change History

comment:1 Changed 2007-10-08T11:38:46-05:00 by curtis

  • Priority changed from minor to critical
  • Status changed from new to closed
  • Resolution set to fixed

Melissa has improved the OME-TIFF reader's file grouping logic and fixed related bugs in r3219, r3221, r3225, r3226, r3227 and r3230.