Hi, I'm trying to write a stack of images into an AHF file so that I can use it with a 3D data set. In the AHF readme (
http://rsb.info.nih.gov/ij/plugins/download/ahf/README.txt ) it says "...then if the data continues with 'AHF{' then you have a stack of images, and you can start reading the next. This should mean you can make and unmake stacks using a good text editor." This makes it sound like the AHF format can support image stacks, but I can't figure out how to make it work with the ImageJ AHF Reader plugin. From looking at the plugin source code, it looks like image stacks might not be supported- can anyone confirm if this is the case?
If the AHF Reader plugin does not support stacks, then I'd like to add support for this, but I'm not sure of the best way to go about it. The readme seems to suggest multiple AHF{} headers, which I guess could potentially support stacks of images of mixed types. The AHF format also includes a "frames" key, which might be better for my purposes, or perhaps I could add a new "slices" key. Any thoughts?
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html