Export stitching results to the analysis cluster
Summary of Changes
Exports stitching results to the analysis cluster filesystem in the directory {config.output_folder}/stitching
. Since the job typically takes ~15-30 seconds to run, I've set it to run in the background to not block UI state updates. I've also added error checking, and if the export fails it should display the exception the system encountered and allow the user to try again.
Checklist
-
The MR has a clear and concise title -
Code is self-documented and follows style guidelines. -
Automated tests are written and pass successfully. -
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable) -
Readme file is present and up-to-date.
Documentation Updates
Additional Notes
Closes #30 (closed)