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: |
|
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.
(In [5729]) * Added option to disable file grouping in ImageJ plugin. Closes #440.