Allow to skip report generation in xfel-calibrate
Description
Adds the command line option --skip-reports
to xfel-calibrate
that skips generation of the report PDF while keeping all other metadata around it intact. In that case, it is moved to the output directory rather than the report path.
The main intent here is for low latency HED operation.
How Has This Been Tested?
xfel-calibrate ... --skip-reports
Types of changes
- New feature (non-breaking change which adds functionality)