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

Opened 2009-11-23T12:46:07-06:00

Last modified 2010-07-13T17:01:26-05:00

Add option to disable file grouping

Reported by: melissa Owned by: melissa
Priority: major Milestone: bio-formats-4.2
Component: plugins Severity: serious
Keywords: Cc: ocinquin@…
Blocked By: Blocking:

Description

The IFormatReader API allows grouping to be disabled for multi-file formats (see setGroupFiles(boolean)). However, this is not exposed in the Bio-Formats plugin for ImageJ. As a result, datasets in multi-file formats (e.g. Zeiss LSM) are always grouped together, which is not always the ideal behavior.

We should add a checkbox to the import options window that calls setGroupFiles(boolean) appropriately.

Change History

comment:1 Changed 2009-12-03T13:35:57-06:00 by melissa

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

(In [5729]) * Added option to disable file grouping in ImageJ plugin. Closes #440.

  • All multi-file readers now respect isGroupFiles().
  • Fixed subtle bug with reading from 2+ GB files.
  • Fixed bug that caused SVS reader to ignore thumbnail images.
  • Fixed bug that caused non-XYZCT dimensions to be ignored by Leica LIF reader.

comment:2 Changed 2010-07-09T12:55:02-05:00 by melissa

  • Milestone bio-formats-4.2 deleted

Milestone bio-formats-4.2 deleted

comment:3 Changed 2010-07-13T17:01:26-05:00 by melissa

  • Milestone set to bio-formats-4.2