forked from altillimity/AltiWx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
144 lines (138 loc) · 3.78 KB
/
config.yml
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# How should this station be called?
station_name: My Station
# Location used for pass prediction, altitude is in meters
station:
latitude: 0.0
longitude: 0.0
altitude: 0
# How often should TLEs be checked for updates against Celestrak?
tle_update: 0 0 * * *
# Where to store collected data? (Eg, recordings, etc)
data_directory: data
# How detailed should logging be?
# Available : trace, debug, info, warn, error, critical, off
# In production you should at least keep info, but debug can provide some valuable informations
log_level: debug
# Configure your SDR here, with some optional settings such as PPM correction
# The sample rate and frequency are in Hz, and the sample rate determines how much band you will be able to cover
# The gain is an INTEGER! Do not use floats (eg, 33.8), this is not supported and will cause the config to fail
radio:
frequencies:
- 137500000
- 145000000
- 437000000
samplerate: 2400000
gain: 49
# ppm_correction: 0
# All satellites you want to track
satellites:
- norad: 40069 # METEOR-M 2
min_elevation: 10
priority: 1
downlinks:
- name: LRPT
frequency: 137100000
bandwidth: 140000
doppler: false
post_processing_script: lrpt-meteorm2.py
output_extension: soft
type: QPSK
parameters:
agc_rate: 0.1
symbolrate: 72000
rrc_alpha: 0.6
rrc_taps: 31
costas_bw: 0.005
- norad: 25338 # NOAA 15
min_elevation: 10
priority: 1
downlinks:
- name: APT
frequency: 137620000
bandwidth: 42000
doppler: false
post_processing_script: apt-noaa.py
output_extension: wav
type: FM
parameters:
audio_samplerate: 48000
- name: DSB
frequency: 137350000
bandwidth: 48000
doppler: false
post_processing_script: dsb-noaa.py
output_extension: bin
type: NOAA_DSB
- norad: 28654 # NOAA 18
min_elevation: 10
priority: 1
downlinks:
- name: APT
frequency: 137912500
bandwidth: 42000
doppler: false
post_processing_script: apt-noaa.py
output_extension: wav
type: FM
parameters:
audio_samplerate: 48000
- name: DSB
frequency: 137350000
bandwidth: 48000
doppler: false
post_processing_script: dsb-noaa.py
output_extension: bin
type: NOAA_DSB
- norad: 33591 # NOAA 19
min_elevation: 10
priority: 1
downlinks:
- name: APT
frequency: 137100000
bandwidth: 42000
doppler: false
post_processing_script: apt-noaa.py
output_extension: wav
type: FM
parameters:
audio_samplerate: 48000
- name: DSB
frequency: 137770000
bandwidth: 48000
doppler: false
post_processing_script: dsb-noaa.py
output_extension: bin
type: NOAA_DSB
- norad: 25544 # ISS
min_elevation: 20
priority: 1
downlinks:
- name: SSTV
frequency: 145800000
bandwidth: 14000
doppler: true
post_processing_script: none
output_extension: wav
type: FM
parameters:
audio_samplerate: 48000
- name: APRS
frequency: 145825000
bandwidth: 12000
doppler: true
post_processing_script: none
output_extension: wav
type: FM
parameters:
audio_samplerate: 48000
- norad: 57166 # METEOR-M2 3
min_elevation: 10
priority: 1
downlinks:
- name: LRPT
frequency: 137100000
bandwidth: 140000
doppler: false
post_processing_script: lrpt-meteormn2_x-satdump.py
output_extension: wav
type: IQ