config/telecover_settings.yaml

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

mercurial