Open
Description
There is a surprisingly large community of people using Dask for bio-medical imaging. This includes applications like fMRI brain scans, and very high resolution microscopy (3d movies at micro resolution of cells). These folks often want to load in data, apply image processing filters across that data using map_overlap, and then visually explore the result. They want this processing done with human-in-the-loop systems.
A representative example would be to:
- Load data with
from_zarr
- Perform
map_overlap
with a trivial function - Then select a sequence of regions one after the other