-
Notifications
You must be signed in to change notification settings - Fork 0
/
manager_config.yaml
48 lines (40 loc) · 1.32 KB
/
manager_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Data format, 'presto' or 'sigproc'
data_format: presto
# Minimum and Maximum observing frequencies in MHz
fmin: 300
fmax: 500
# Number of time series searched in parallel
num_processes: 32
# Max value of DM x |sin(b)|. Sets an upper limit on DM trials as a function
# of observed sky coordinates. If left blank, no upper limit is applied.
dmsinb_max:
# Hard DM trial limits, regardless of sky coordinates
# These fields can be left blank, in which case the associated limit is not applied.
dm_min: 0.0
dm_max: 500.0
# Minimum difference between consecutive DM trials
dm_step: 0.1
# Paths to configuration files for the searches. They must be placed in the
# same directory as this file.
search_configs:
- config_short.yaml
- config_medium.yaml
- config_long.yaml
- config_longer.yaml
##### Harmonic filtering
# See the flag_harmonics() function docstring for an explanation.
# 'enabled' can be True or False. False means that no removal of harmonic
# candidates is attempted.
harmonic_filtering:
enabled: True
max_denominator: 30
max_distance: 1.0
snr_tol: 1.5
##### Candidate filtering
# The cap on candidate number is applied last, after all the other filters
# These fields can be left empty, in which case the corresponding filter is
# not applied
candidate_filters:
dm_min: 1.0
snr_min:
max_number: 1000