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
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Using a Jupyter notebook, when loading data using AICSImage.get_image_dask_data returns an array of zeros after using .compute() whereas using AICSImage.get_image_data returns the expected image (Micro-manager generated Democamera stripe images, which also load normally in FIJI). Got the same result in Spyder 3.11
Expected Behavior
The test image should have been loaded
Reproduction
A minimal example that exhibits the behavior.
import numpy as np
from aicsimageio import AICSImage
from pathlib import Path