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
+ 15
15
@@ -84,27 +84,27 @@ def test_main(capsys):
EXPECTED_CONF = [
{
'force-hg-if-below': {'typ': int},
'rel-gain': {'typ': bool},
'xray-gain': {'typ': bool},
'blc-noise': {'typ': bool},
'blc-set-min': {'typ': bool},
'dont-zero-nans': {'typ': bool},
'dont-zero-orange': {'typ': bool},
'max-pulses': {'typ': list,
'force-hg-if-below': {'type': int},
'rel-gain': {'type': bool},
'xray-gain': {'type': bool},
'blc-noise': {'type': bool},
'blc-set-min': {'type': bool},
'dont-zero-nans': {'type': bool},
'dont-zero-orange': {'type': bool},
'max-pulses': {'type': list,
'msg': 'Range list of maximum pulse indices '
'(--max-pulses start end step). '
'3 max input elements. '},
'no-rel-gain': {'typ': bool},
'no-xray-gain': {'typ': bool},
'no-blc-noise': {'typ': bool},
'no-blc-set-min': {'typ': bool},
'no-dont-zero-nans': {'typ': bool},
'no-dont-zero-orange': {'typ': bool}
'no-rel-gain': {'type': bool},
'no-xray-gain': {'type': bool},
'no-blc-noise': {'type': bool},
'no-blc-set-min': {'type': bool},
'no-dont-zero-nans': {'type': bool},
'no-dont-zero-orange': {'type': bool}
},
{
'karabo-da': {
'typ': list,
'type': list,
'choices': [
'AGIPD00', 'AGIPD01', 'AGIPD02', 'AGIPD03',
'AGIPD04', 'AGIPD05', 'AGIPD06', 'AGIPD07',
Loading