Dear OME community,
I’m currently testing teraSticher (https://github.com/abria/TeraStitcher/wiki) that proposes to export files as :
-ims
-hdf5
Unfortunately, I can’t use (yet?) the h5 file with Fiji/bio-formats, BUT I can open the ims file.
I wrote an ImageJ plugin that can process planes (Z, C, T, Series) on parallel threads, thanks to the Bioformats virtualStack capabilities. (the processing get so fast when you have 32-cores at your disposal!).
While it works fine (multiple planes in parallel simultaneously) if the file is an ICS file,
When it’s an IMS file, the task is done on multiple cores BUT sequentially! It seems that the processing of each plane is done on a different core but starts when the previous one is done!
Would you have any input on this issue?
Is that a limitation of the .ims file format ? or the way the reader access data in the .ims file ?
Thank you for your help,
Romain