Ticket #225 (closed task: fixed)
Opened 2007-12-12T17:05:43-06:00
Last modified 2007-12-14T13:58:54-06:00
Hyperstack option for "View stack with"
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | plugins | Severity: | non-issue |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The Bio-Formats Importer can currently display image stacks with standard ImageJ, the 4D Data Browser, Image5D or View5D. Now that ImageJ has built-in support for hyperstacks, we should add "Hyperstack" as an option too (but only if the version of ImageJ supports them, of course).
Some notes from WSR:
HyperStacks in ImageJ are always in XYCZT order. They need to be converted to XYCZT order when they are created or opened. The shuffle() method of the HyperStackConverter class does this.
More notes from WSR: