creation_time=""# The timestamp to use with Calibration DB. Required Format: "YYYY-MM-DD hh:mm:ss" e.g. 2019-07-04 11:02:41
creation_time=""# The timestamp to use with Calibration DB. Required Format: "YYYY-MM-DD hh:mm:ss" e.g. 2019-07-04 11:02:41
cal_db_interface=''# Not needed, compatibility with current webservice.
cal_db_interface=''# Not needed, compatibility with current webservice.
cal_db_timeout=0# Not needed, compatbility with current webservice.
cal_db_timeout=0# Not needed, compatbility with current webservice.
cal_db_root='/gpfs/exfel/d/cal/caldb_store'# The calibration database root path to access constant files. For example accessing constants from the test database.
cal_db_root='/gpfs/exfel/d/cal/caldb_store'# The calibration database root path to access constant files. For example accessing constants from the test database.
# Operating conditions
# Operating conditions
mem_cells=512# Memory cells, LPD constants are always taken with 512 cells.
mem_cells=512# Memory cells, LPD constants are always taken with 512 cells.
bias_voltage=250.0# Detector bias voltage.
bias_voltage=250.0# Detector bias voltage.
capacitor='5pF'# Capacitor setting: 5pF or 50pF
capacitor='5pF'# Capacitor setting: 5pF or 50pF
photon_energy=9.2# Photon energy in keV.
photon_energy=9.2# Photon energy in keV.
category=0# Whom to blame.
category=0# Whom to blame.
use_cell_order='auto'# Whether to use memory cell order as a detector condition; auto/always/never
use_cell_order='auto'# Whether to use memory cell order as a detector condition; auto/always/never
# Correction parameters
# Correction parameters
offset_corr=True# Offset correction.
offset_corr=True# Offset correction.
rel_gain=True# Gain correction based on RelativeGain constant.
rel_gain=True# Gain correction based on RelativeGain constant.
ff_map=True# Gain correction based on FFMap constant.
ff_map=True# Gain correction based on FFMap constant.
gain_amp_map=True# Gain correction based on GainAmpMap constant.
gain_amp_map=True# Gain correction based on GainAmpMap constant.
# Output options
# Output options
ignore_no_frames_no_pulses=False# Whether to run without SA1 pulses AND frames.
ignore_no_frames_no_pulses=False# Whether to run without SA1 pulses AND frames.
overwrite=True# set to True if existing data should be overwritten
overwrite=True# set to True if existing data should be overwritten
chunks_data=1# HDF chunk size for pixel data in number of frames.
chunks_data=1# HDF chunk size for pixel data in number of frames.
chunks_ids=32# HDF chunk size for cellId and pulseId datasets.
chunks_ids=32# HDF chunk size for cellId and pulseId datasets.
create_virtual_cxi_in=''# Folder to create virtual CXI files in (for each sequence).
create_virtual_cxi_in=''# Folder to create virtual CXI files in (for each sequence).
# Parallelization options
# Parallelization options
sequences_per_node=1# Sequence files to process per node
sequences_per_node=1# Sequence files to process per node
max_nodes=8# Maximum number of SLURM jobs to split correction work into
max_nodes=8# Maximum number of SLURM jobs to split correction work into
num_workers=8# Worker processes per node, 8 is safe on 768G nodes but won't work on 512G.
num_workers=8# Worker processes per node, 8 is safe on 768G nodes but won't work on 512G.
num_threads_per_worker=32# Number of threads per worker.
num_threads_per_worker=32# Number of threads per worker.