stack-to-hyperstack
Posted by Tony Shepherd on Feb 14, 2011; 1:08pm
URL: http://imagej.273.s1.nabble.com/stack-to-hyperstack-tp3685697.html
I have a plugin that produces a stack to display 4D data, but the user must finally use the menu options "Image -> Stack -> Stack to Hyperstack" to turn the resultsing stack into a HypetStack. To do this automatically for the user, what commands can I use in the plugin code (something like "imp.createHyperstackFromStack(args)" or stack.sortIntoHyperstack(args)..) since there is no constructor for a HypetStack object?
Thanks