59 lines
1.1 KiB
YAML
59 lines
1.1 KiB
YAML
paths:
|
|
input_pbp: /data/user/bertoz_b/merlin6data/SP2XR/data/NyA/SP2XR_pbp_parquet
|
|
input_hk: /data/user/bertoz_b/merlin6data/SP2XR/data/NyA/SP2XR_hk_parquet
|
|
output: tests/SP2XR_NyA_processed_data_60s
|
|
instrument_config: tests/instrument_config.yaml
|
|
|
|
workflow:
|
|
conc: true
|
|
BC_hist: true
|
|
scatt_hist: true
|
|
timelag_hist: false
|
|
dt: 60 # seconds
|
|
repartition: '1h'
|
|
max_partition_size: "200MB"
|
|
saving_schema: ['date']
|
|
|
|
cluster:
|
|
use_local: false
|
|
cores: 16
|
|
processes: 8
|
|
memory: 128GB
|
|
walltime: "2-00:59:00"
|
|
partition: general
|
|
log_dir: ./slurm_out
|
|
|
|
chunking:
|
|
freq: '5d'
|
|
start_date: '2020-08-24'
|
|
end_date: null
|
|
|
|
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] |