diff --git a/tests/test_update_config.py b/tests/test_update_config.py index 2c10dbfae474b0718652a883235bbdab041887ea..bc695fcf5bed0281223f8496f6a843292f037757 100644 --- a/tests/test_update_config.py +++ b/tests/test_update_config.py @@ -103,6 +103,22 @@ EXPECTED_CONF = [ 'use-litframe-finder': {'type': str}, 'litframe-device-id': {'type': str}, 'energy-threshold': {'type': int}, + 'use-super-selection': {'type': str}, + 'round-photons': {'type': bool}, + 'rounding-threshold': {'type': float}, + 'photon-energy': {'type': float}, + 'use-xgm-device': {'type': str}, + 'recast-image-data': {'type': str}, + 'compress-fields': {'type': list}, + 'cm-dark-range': {'type': list, 'itemtype': float}, + 'cm-dark-fraction': {'type': float}, + 'count-lit-pixels': {'type': bool}, + 'spi-hitfinding': {'type': bool}, + 'spi-hf-snr': {'type': float}, + 'spi-hf-fixed-threshold': {'type': float}, + 'spi-hf-mode': {'type': str}, + 'spi-hf-xgm-norm': {'type': bool}, + 'spi-hf-modules': {'type': list, 'itemtype': int}, 'no-common-mode': {'type': bool}, 'no-rel-gain': {'type': bool}, 'no-xray-gain': {'type': bool}, @@ -110,7 +126,11 @@ EXPECTED_CONF = [ 'no-blc-set-min': {'type': bool}, 'no-blc-stripes': {'type': bool}, 'no-zero-nans': {'type': bool}, - 'no-zero-orange': {'type': bool} + 'no-zero-orange': {'type': bool}, + 'no-round-photons': {'type': bool}, + 'no-count-lit-pixels': {'type': bool}, + 'no-spi-hitfinding': {'type': bool}, + 'no-spi-hf-xgm-norm': {'type': bool}, }, { 'karabo-da': {