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

HCS Parser: Create ome.tiff well by well #3251

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

SilinPavel
Copy link
Member

@SilinPavel SilinPavel commented May 26, 2023

This PR changes the way how we perform generation of OME.TIFF structure in HCS Parser.
Previously we generated one big ome.tiff for each sequence, such file contains all wells related to the sequence.
The Pros here is that we had more easy and flat structure, but also Cons of such approach is that during generation of very big ome.tiffs we could fail due to OOM errors, since such pictures requires a lot of memory to be generated.

New approach generate ome.tiff for each well in a sequence, it gives as more reliable systems, because, obviously such ome.tiff will require less memory to be generated.

This PR also includes changes regarding integrity check - during this check we validate that all pictures that are present in Index.xml file actually exists.

@SilinPavel SilinPavel requested a review from mzueva May 26, 2023 15:38
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.

1 participant