Ticket #1891 (new enhancement)
Opened 2013-05-28T14:54:38-05:00
Last modified 2013-09-24T15:25:53-05:00
Convert appropriate commands to PlanarCommand
Reported by: | hinerm | Owned by: | hinerm |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b10-compatibility |
Component: | SCIFIO | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1968 |
Description
The PlanarCommand interface is intended to allow plugins to easily determine if they should run on the current XY plane of the underlying view, or the complete dataset.
This change is necessary to facilitate running commands over large datasets (e.g. using CellImgs) which will not finish in a reasonable time, but can be approximated by running computations on a single plane.
However, it is not 100% clear which plugins need to be converted, and what their new hierarchy should be.