Skip to content
Snippets Groups Projects

Add litframefinder-relevant arguments to update_config script

Merged Philipp Schmidt requested to merge feat/litframefinder-update-config into master
@@ -95,6 +95,9 @@ EXPECTED_CONF = [
'msg': 'Range list of maximum pulse indices '
'(--max-pulses start end step). '
'3 max input elements. '},
'use-litframe-finder': {'type': str},
'litframe-device-id': {'type': str},
'energy-threshold': {'type': int}
'no-rel-gain': {'type': bool},
'no-xray-gain': {'type': bool},
'no-blc-noise': {'type': bool},
Loading