Allow only corrections to be disabled in data mappings
Description
Trivial change to allow corrections to be disabled in the webservice while keeping dark processing in place. This is done via a new optional key disable-correct
in the data-mapping
section of a detector installation. This serves to enforce our new policy in 2022/1 to only support installations and actions that are actually used and evaluated.
How Has This Been Tested?
python3 webservice/webservice.py
to check for syntax errors.
Types of changes
- New feature (non-breaking change which adds functionality)