53 lines
895 B
YAML
53 lines
895 B
YAML
paths:
|
|
input_pbp: tests/data/pbp_files_test
|
|
input_hk: tests/data/hk_files_test
|
|
output: tests/data5
|
|
instrument_config: tests/instrument_config.yaml
|
|
|
|
workflow:
|
|
conc: true
|
|
BC_hist: true
|
|
scatt_hist: true
|
|
timelag_hist: true
|
|
dt: 1 # seconds
|
|
|
|
cluster:
|
|
use_local: false
|
|
cores: 8
|
|
memory: 64GB
|
|
walltime: "00:59:00"
|
|
partition: hourly
|
|
log_dir: ./slurm_out
|
|
|
|
chuncking:
|
|
freq: '2d'
|
|
|
|
bc:
|
|
rho_eff: 1800
|
|
type: constant_effective_density
|
|
|
|
histo:
|
|
inc:
|
|
min_mass: 0.3
|
|
max_mass: 400
|
|
n_bins: 50
|
|
scatt:
|
|
min_D: 100
|
|
max_D: 500
|
|
n_bins: 20
|
|
timelag:
|
|
min: -10
|
|
max: 400
|
|
n_bins: 100
|
|
|
|
mixing_state:
|
|
threshold: 50
|
|
inc_scatt_ratio: 1.1
|
|
|
|
calibration:
|
|
incandescence:
|
|
curve_type: "polynomial"
|
|
parameters: [0.05, 2.0470000507725255e-07]
|
|
scattering:
|
|
curve_type: "powerlaw"
|
|
parameters: [17.21724257, 0.16908516, -1.49431104] |