koenderinklab / OpenDDM

https://koenderinklab.github.io/OpenDDM/
Apache License 2.0
3 stars 2 forks source link

Issues with LIF and TIF when processing as dask.array #35

Open mwakok opened 2 years ago

mwakok commented 2 years ago

Calculating the AB fit for LIF and TIF files imported as dask.arrays is producing errors, because they are first loaded as numpy arrays. We should look into lazily loading the data and skipping the numpy import step: