How to open raw hyperstack from plugin?
Posted by Josh Doe on
URL: http://imagej.273.s1.nabble.com/How-to-open-raw-hyperstack-from-plugin-tp3688681.html
I am updating a plugin for a custom format I've written to handle
hyperstacks. My plugin gets called from HandleExtraFileTypes if the magic
number matches my format. I haven't had success yet opening them as normal
hyperstacks or virtual hyperstacks.
I set FileInfo.nImages to slices * channels * frames, and call
ImagePlus.setProperty() on "hyperstack", "slices", "channels", and "frames",
but my files still keep on opening as regular stacks. Is there something
else I'm missing?
Thanks,
Josh