Skip to content
Snippets Groups Projects

[AGIPD][config] Add more options to the update-config.py script for AGIPD

Merged Egor Sobolev requested to merge update-config-more into master
1 unresolved thread
2 files
+ 38
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -103,6 +103,22 @@ EXPECTED_CONF = [
@@ -103,6 +103,22 @@ EXPECTED_CONF = [
'use-litframe-finder': {'type': str},
'use-litframe-finder': {'type': str},
'litframe-device-id': {'type': str},
'litframe-device-id': {'type': str},
'energy-threshold': {'type': int},
'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-common-mode': {'type': bool},
'no-rel-gain': {'type': bool},
'no-rel-gain': {'type': bool},
'no-xray-gain': {'type': bool},
'no-xray-gain': {'type': bool},
@@ -110,7 +126,11 @@ EXPECTED_CONF = [
@@ -110,7 +126,11 @@ EXPECTED_CONF = [
'no-blc-set-min': {'type': bool},
'no-blc-set-min': {'type': bool},
'no-blc-stripes': {'type': bool},
'no-blc-stripes': {'type': bool},
'no-zero-nans': {'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': {
'karabo-da': {
Loading