Open mwakok opened 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:
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: