brainglobe / brainglobe-utils

Shared general purpose tools for the BrainGlobe project
MIT License
10 stars 1 forks source link

Support more types, and support dask. #36

Open adamltyson opened 2 years ago

adamltyson commented 2 years ago

Moving issue from https://github.com/brainglobe/cellfinder/issues/184

Imio should read more types with an option to return a dask array rather than numpy.

Some ideas include:

adamltyson commented 3 months ago

This has progressed very slightly with https://github.com/brainglobe/brainglobe-utils/pull/73. At some point, read_z_stack and read_with_dask should be combined with load_any etc. I didn't do it in https://github.com/brainglobe/brainglobe-utils/pull/73 because there's already enough downstream effects of that PR.