forked from nnen/waterfall
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathIonozor.json
89 lines (73 loc) · 1.71 KB
/
Ionozor.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"logging": [
{
"file_name": "/home/alice/ionozor/radio-observer.log",
"log_level": "debug",
},
],
"frontend": "tcp_raw",
"tcp_host": "localhost",
"tcp_port": 3701,
"raw_sample_rate": 96000,
"configuration": "VLF",
"configurations": [
{
"key": "doppler",
"factory": "pipeline",
"children": [
{
"key": "backend",
"factory": "waterfall",
"bins": 524288,
"overlap": 262144,
"buffer_chunk_size": 1048576,
"origin": "SVAKOV_iono_R0",
"iq_gain": 0,
"iq_phase_shift": 0,
"children": [
{
"key": "recorder",
"factory": "snapshot",
"output_dir": "/home/odroid/Ionozor/ODROID3/snapshots/",
"output_type": "snap",
"snapshot_length": 400,
"low_freq": 10580,
"hi_freq": 10620,
},
],
},
],
},
{
"key": "VLF",
"factory": "pipeline",
"metadata_path": "/home/alice/ionozor/station/data/",
"metadata_path_sort": "/home/alice/ionozor/station/sort/data/",
"children": [
{
"key": "backend",
"factory": "waterfall",
"bins": 32768,
"overlap": 16384,
"buffer_chunk_size": 524288,
"origin": "OBSUPICE_VLF_R1",
"username":"OBSUPICE",
"iq_gain": 0,
"iq_phase_shift": 0,
"children": [
{
"key": "recorder",
"factory": "snapshot",
"output_dir": "/home/alice/ionozor/station/snapshots/",
"output_dir_sort": "/home/alice/ionozor/station/sort/snapshots/",
"output_type": "snap",
"snapshot_length": 300,
"low_freq": 15000,
"hi_freq": 30000,
},
],
},
],
},
],
}