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

syncadncrunch logic at the end of the acquisition on slow connection #204

Open
mkrumin opened this issue Nov 25, 2022 · 1 comment
Open

Comments

@mkrumin
Copy link

mkrumin commented Nov 25, 2022

Again, related to systems with slow connection between ScanImage and processing machines.
According to syncandcrunch logic, stitching starts as soon as there is FINISHED file in the root folder of the sample.
When the data syncing lags behind acquisition it means that stitching starts when not all the raw data for the first channel (blue) is on the processing machine yet, which results in different sizes of the downsampled stacks (stitchit.sampleSplitter fails on loading them) and different number stitched sections for different channels ( blue < green < red)

@raacampbell
Copy link
Contributor

I guess when the FINISHED file appears we could ask it to stop the background rsync and do a final rsync that blocks until everything is copied. Then the stitching starts after that. How would that be?

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

No branches or pull requests

2 participants