NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1261 (closed defect: fixed)

Opened 2012-06-26T17:30:19-05:00

Last modified 2012-06-27T10:28:18-05:00

Hyperstack Reduce DImensionality issues

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b3-headless
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description (last modified by bdezonia)

Open the Plugins >> Sandbox >> Multidim Test Image
Run Hyperstack >> Reduce Dimensionality
Get a message that a Hyperstack is required.
Then the data is nonetheless acted upon.
Note that the multidim image has a Frequency axis.
After passing through legacy layer you get an image back that has squeezed channels and frequency together.
This is not unexpected behavior but might need warnings, or other niceties.
If its a problem we might need to blacklist or make LegacyPlugin fail to run.

Change History

comment:1 Changed 2012-06-27T09:53:57-05:00 by bdezonia

  • Description modified

comment:2 Changed 2012-06-27T10:28:18-05:00 by bdezonia

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

With commits f0a10c1a0d89abf9799d01571441baeb2ee39007 and 3a5e8a1242ff9b22bb028a3f6ae2bebeb95d8cf9 the legacy layer now correctly tracks the openAsHyperStack field of ImagePluses. Reduce Dimensionality plugin now runs and with given data it runs correctly.