Skip to content
Snippets Groups Projects

[AGIPD] [Correct] Add parameter for gain_mode in AGIPD correction

Merged Thomas Kluyver requested to merge override-gain-mode into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
bias_voltage = 300
bias_voltage = 300
acq_rate = 0. # the detector acquisition rate, use 0 to try to auto-determine
acq_rate = 0. # the detector acquisition rate, use 0 to try to auto-determine
gain_setting = 0.1 # the gain setting, use 0.1 to try to auto-determine
gain_setting = 0.1 # the gain setting, use 0.1 to try to auto-determine
gain_mode = -1 # gain mode (0: auto, 1-3 fixed high/med/low, -1: read from CONTROL data)
gain_mode = -1 # gain mode (0: adaptive, 1-3 fixed high/med/low, -1: read from CONTROL data)
photon_energy = 9.2 # photon energy in keV
photon_energy = 9.2 # photon energy in keV
max_cells_db_dark = 0 # set to a value different than 0 to use this value for dark data DB queries
max_cells_db_dark = 0 # set to a value different than 0 to use this value for dark data DB queries
max_cells_db = 0 # set to a value different than 0 to use this value for DB queries
max_cells_db = 0 # set to a value different than 0 to use this value for DB queries
Loading