Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a module that allows stacking of multiple multichannel/grayscale images together to form a new multichannel image.
This module also comes with tests and was also manually tested with the GUI (cellprofiler 3.1.5).
This allows more flexible stack processing, for example appending the mean intensity of a stack to a stack in combination with the SummarizeStack module.
This will allow us to simplify/streamline the processing, e.g. by deprecating the 'addsum' argument form
ometiff2analysis
(https://github.com/BodenmillerGroup/imctools/blob/fbe2474c254f71e1ccb96c202c81a168a54379b6/imctools/scripts/ometiff2analysis.py#L9), finally moving all the image processing operations out ofimctools
into preprocessing Cellprofiler pipelines.