Open dgault opened 2 years ago
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/how-to-split-and-recombine-multiple-series-with-bfconvert/73662/9
https://github.com/ome/bioformats/issues/4204#issuecomment-2339470615 describes another way to reproduce this problem outside of bfconvert.
Issue was raised on forum thread https://forum.image.sc/t/how-to-split-and-recombine-multiple-series-with-bfconvert/73662/2
In the thread the user had a multi resolution file (SCN format) with additional macro and label images and wanted only the image pyramid as an OME-TIFF. One of the attempts to achieve this was to use the
noflat
option with bfconvert and split the output into separate series using a pattern in the output as below:bfconvert -noflat <original-file.scn> <output%%s.ome.tiff>
The conversion almost completed but threw an
ArrayIndexOutOfBoundsException
while closing thePyramidOMETiffWriter
: