Skip to content

Allow only corrections to be disabled in data mappings

Philipp Schmidt requested to merge feat/disable-correct-per-detector into master

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)

Reviewers

@kluyvert @ahmedk @danilevc

Merge request reports