Hi,
I have a nd2 with n Series, 6 channels, 23Zs.
I could like to create tiff files with the first 3 channels and another with the last 3 channels.
bfconvert however only extracts one at a time.
would I have to do
bfconvert -channel 0 file.nd2 file_c0.tiff
bfconvert -channel 1 file.nd2 file_c1.tiff
bfconvert -channel 2 file.nd2 file_c2.tiff
and then bfconvert -stitch file_c<0-2>.tiff output_012.tiff? Wouldn’t this just stitch in XY?
Any solutions?