Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackImages module #29

Merged
merged 3 commits into from
Jan 16, 2019
Merged

StackImages module #29

merged 3 commits into from
Jan 16, 2019

Conversation

votti
Copy link
Collaborator

@votti votti commented Jan 8, 2019

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 of imctools into preprocessing Cellprofiler pipelines.

votti added 3 commits January 7, 2019 17:32
Addresses enhancement #28
Allows to stack color stacks as well as greyscale images
adds various tests to test if stackimages works
This was missing before but did not cause
an error due to a try-catch statement
@votti votti requested review from smaffiol and plankter January 8, 2019 12:31
@votti votti merged commit c203c76 into master Jan 16, 2019
@votti votti mentioned this pull request May 25, 2020
@votti votti deleted the feature-stackimgs branch May 28, 2020 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants