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

Add info and debug logging statements #10

Closed MaximLippeveld closed 3 years ago

MaximLippeveld commented 3 years ago

Throughout the program logging statements should be added which indicate what part of the program is executing. For example, what module is currently executed, what file is being loaded etc. This can be info logs.

Debug logs are for more detailed info that is not needed in order to know what part of the pipeline is being executed.