-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problem with reading 2D dataset - Scale vector of length 3 to 2d data #54
Comments
Will look at this maybe next week. |
I believe this is an issue for the napari plugin and not aicsimageio - is that correct? |
I believe it to be an issue with the plugin not aicsimageio-core |
This issue relates to the fact that the original data looks like this:
the plugin squeezes the singletons and returns a 2D array.
Edit: in contrast, the test files report napari-aicsimageio/napari_aicsimageio/core.py Lines 93 to 95 in a7aad09
I think I have an idea how to fix, will try a PR. |
Should be fixed with #60 which has been released. |
The bug is decribed here:
https://forum.image.sc/t/napari-napari-aicsimageio-faild-to-open-ome-tiff/68942?u=sebi06
The text was updated successfully, but these errors were encountered: