Live Viewer Intensity plotted correctly with slow/faulty files #2488
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.
Issue Closes #2487
Description
The Live Viewer is now triggered to update images both when an image enters the directory (e.g. when an incomplete file is transferred) and when an image is modified (e.g. when the file has finished transferring). A custom exception class
ImageLoadFailError
is now used to catch errors involved when attempting to load a faulty file. Exception handling is used to prevent the intensity from being calculated for an incomplete file, both when a file enters and when the ROI is moved.Developer Testing
Both unit tests and system tests pass on both Windows and Linux
Acceptance Criteria and Reviewer Testing
make check
,make test-system
python scripts/simulate_live_data.py -s /data/imaging/tof/MCP_Fe_Calibration/Fe_Powder_Run1_PH60_Dis50mm_NewShutter/Corrected/ -d /tmp/live_test/ -r 1 --mode slow
Documentation and Additional Notes
[ ] Release Notes have been updated