-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
53 lines (38 loc) · 833 Bytes
/
Copy pathconfig.json
File metadata and controls
53 lines (38 loc) · 833 Bytes
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
49
50
51
52
53
{
"log_level": "info",
"base_directory": "/test_data",
"modules": {
"transform": {
"known": {
"catalogue": "psrcat",
"thresh_dm": 5.0,
"thresh_dist": 1.5,
"known_pass_ratio": 0.005,
"allowed_known": false,
"allowed_known_file": "/test_data/allowed_known_sources.dat"
},
"frbid": {
"threshold": 0.5,
"model": "NET3",
"model_dir": "../FRBID/FRBID_model"
},
"iqrm": {
}
},
"utility": {
"input": {
"watch": {
"base_directory": "/test_data",
"num_watchers": 2
}
},
"output": {
"plot": {
"out_chans": 64
},
"archive": {
}
}
}
}
}