You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have simple regular Z stacks, so in my application I can safely disregard the lost metadata. Maybe this is not so simple in more complicated setups? In any case, I think aicsimageio should either perform error recovery and read it anyway, or error out earlier.
The text was updated successfully, but these errors were encountered:
System and Software
Description
I have several images with apparently partially imperfect metadata:
I can open the image using Fiji and it displays correctly in all Z planes.
With
aicsimageio
, however, there is a mismatch between thedask
andnumpy
representations of the image data. Computations on the array raise an error.I also tried to read the image with
bioio
andbioio-czi
and got the same error.czifile
also reads the image:I have simple regular Z stacks, so in my application I can safely disregard the lost metadata. Maybe this is not so simple in more complicated setups? In any case, I think aicsimageio should either perform error recovery and read it anyway, or error out earlier.
The text was updated successfully, but these errors were encountered: