ScalableCytometryImageProcessing / SCIP

Scalable Cytometry Image Processing (SCIP) is an open-source tool that implements an image processing pipeline on top of Dask, a distributed computing framework written in Python. SCIP performs projection, illumination correction, image segmentation and masking, and feature extraction.
https://scalable-cytometry-image-processing.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 0 forks source link

Rewrite reporting and exporting flow #29

Closed MaximLippeveld closed 2 years ago

MaximLippeveld commented 3 years ago

Currently, reports and data export is done by calling intermediate computes. This interrupts the Dask task graph, preventing further optimization. It might be better to gather delayed objects and output later.