config/telecover_settings.yaml

Tue, 10 Dec 2019 13:24:02 +0200

author
Iannis <i.binietoglou@impworks.gr>
date
Tue, 10 Dec 2019 13:24:02 +0200
changeset 185
44fabea9c60d
parent 156
1e18b2a416ad
permissions
-rw-r--r--

More flexible scan plots.

i@156 1 site: Munich # e.g. Munich
i@156 2 call_sign: mu # according to EARLINET
i@156 3 system_name: POLIS # according to HOI
i@156 4 channels: # Link Licel channel name with HOI channel name
i@156 5 BT0:
i@156 6 name: 355 elastic, parallel, analog # For file header
i@156 7 short_name: 355_epa # For file name
i@156 8 trigger_delay: -9 # Positive: trigger delay, Negative: bin shift
i@156 9 background_min: 14000 # Minimum bin for background subtraction
i@156 10 background_max: 15000 # Maximum bin for background subtraction
i@156 11 BC1:
i@156 12 name: 355 elastic, parallel, photon-counting
i@156 13 short_name: 355_epp
i@156 14 trigger_delay: -9 # Positive: trigger delay, Negative: bin shift
i@156 15 background_min: 14000 # Minimum bin for background subtraction
i@156 16 background_max: 15000 # Maximum bin for background subtraction
i@156 17 dead_time: 3.8 # Dead time in ns
i@156 18 sectors: # Link Licel "site" value (as recorded in the file header) with telecover sector
i@156 19 N: 'NO' # These are key: value pairs. The key is the name of the sector, the value is the "site" name in the file
i@156 20 E: EA # 'NO' is a reserved word and evaluates to false. Thus it has to be written in quotes
i@156 21 W: WE
i@156 22 S: SO
i@156 23 N2: NO2
i@156 24 D: DARK
i@156 25 sector_order: [N, E, W, S, N2, D] # Order for recording
i@156 26 bins_to_keep: 1500 # Number of bins to keep in each profile

mercurial