-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CZI: Autostich fails #4102
Comments
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/zoom-from-overview-to-detailed-scan-for-imported-czi-files/85002/8 |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/pb-when-i-open-czi-stitching-image/87585/3 |
Another auto-stitching issue has been reported on forum thread https://forum.image.sc/t/pb-when-i-open-czi-stitching-image/87585/2 A sample image was provided and is available at In this particular case the user was able to save a stitched image with Zen 3.4 and that opens as expected, but when saved with Zen 3.8 the image appears "distorted" with the stitching option enabled. In QuPath zooming in to the highest resolution level produced a normal looking image, similarly cropping regions of the highest resolution also seemed to return correct looking pixel data. When the stitching option is disabled the individual tiles appear to be correct and display as expected. |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/pb-when-i-open-czi-stitching-image/87585/9 |
Additional sample files have been provided that are now included in |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/pb-when-i-open-czi-stitching-image/87585/27 |
The issue reported in #4102 (comment) appears to be different to that in the original Issue description. I am splitting this report into a new seperate Issue #4150 which is addressed by #4138 |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/zoom-from-overview-to-detailed-scan-for-imported-czi-files/85002/25 |
I have done additional research on this issue. TLDR, I don't think the AutoStitch option is stitching scenes together. a ‘Scene’ in CZI is represented by the ‘S’ Dimension. according to the documentation,
In the ZeissCZIReader, as best as i can tell, the ‘S’ dimension is being interpreted as a ‘Series’ dimension. For context, I have attached the output of the CZIcmd utility for my test file... I have also attached a detailed dump of all the subblocks in my test file... I also have been able to debug through ZeissCZIReader.java as it reads my file I noticed that despite autostitching being on by default, the sub-blocks in Scenes > 0 are being placed into seperate series e.g. block at i=489 ends up in Series 28. Whether Autostitch ignoring scenes or the interpretation of 'S' as a 'Series' rather than a 'Scene' was intentional, I can't tell. I guess what I am asking is either through an additional option or by default, the 'S' Dimension should be ignored from a Series perspective so that all sub-blocks in my file with the same scale (zoom, z) end up in the same series. that would mean for my test file I would end up with 9 series rather than 36 i.e. 7 series with all of the tiles from the pyramids, and one series each for the slide header and the macro view. I think as a 'feature', this would mean that a multi-scene .czi file would be imported e.g into Omero as a 'whole slide' image rather than an image per scene. Hope this makes sense |
Issue was raised on forum thread https://forum.image.sc/t/zoom-from-overview-to-detailed-scan-for-imported-czi-files/85002/6
A sample was provided that reproduces the issue with Bio-Formats 7.0.0 - https://zenodo.org/record/8423633
When opening the file, even with the autostitch option selected, the file opens as 36 individual series. This appears to be 5 tiles, most of which have 7 resolutions, but 1 has 6 resolutions, the sizes of these 6 resolutions do not match the other 4. There is also an additional label and macro attachment image.
When using the noflat option it is returning 7 series as below:
The text was updated successfully, but these errors were encountered: