Open ShanJiangEmugen opened 1 month ago
It sounds like what you want is the concept of BioImage.scenes
and BioImage.set_scene
:
https://bioio-devs.github.io/bioio/bioio.html#bioio.bio_image.BioImage.scenes
Thanks for your help!
I tried theBioImage.scenes
method but it still didn't recognize the "Series". Please see the attached.
I guess that's one of the new features of Zessi equipment. My current workaround is to get each image through ImageJ Marco.
Hi there,
I currently have some images taken from Zeiss AxioScan, which stored images in a slightly different .czi format than my previous scanning. The new .czi file will stack all slices/scenes together and name each of them as "series #" when I open it in ImageJ, please see the attached ImageJ screenshot. However, when I load those .czi files with Python, I cannot select the "series #". It only loads the first "series". Are there any features in this bioio that can handle this issue? I have tried AICSImageIO, but seems it has nothing to do with this issue.
I used Google Colab for this project, so there shouldn't be any environment-related issues.
Thanks a lot in advance!