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 normalization, image segmentation and masking, and feature extraction.
Check the docs for installation and usage instructions, and API documentation.
For publishing online:
cd docs
make clean
make html
For development with live reloading:
cd docs
make livehtml
git log v{previous version tag}..HEAD --oneline | xclip -sel clip