-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.cfg
50 lines (40 loc) · 1.43 KB
/
config.cfg
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
#################################################
## ##
## Configuration file ##
## (do not change the name of the variables) ##
## ##
#################################################
# Main scripts directory:
dir=/home/franchini/Satellite/code
# Output directory for audios and images:
output=/home/franchini/Satellite/code
# Location:
where=$dir/ravenna.qth #acton.qth #frilsham.qth
# Softwares:
predict=/home/franchini/Satellite/predict/predict
wxdir=/home/franchini/Satellite/wxtoimg/usr/local/bin/
demod=/home/franchini/Satellite/meteor_demod/src/meteor_demod
#demod=/home/franchini/Satellite/meteor_demod_devel/src/meteor_demod
decoder=/home/franchini/Satellite/meteor_decoder/medet
rectify=/home/franchini/Satellite/rectify-jpeg-0.3/rectify-jpg
# Miminum elevation to record a passage [deg]:
min_el=20
# Frequencies [MHz]:
NOAA15=137.614
NOAA18=137.906
NOAA19=137.092
METEORM2=137.100
METEORM22=137.900
METEORM23=137.900
# Sampling (bandwidth) [kHz]:
NOAA_sampling=45 #60 #40
METEOR_sampling=240 #140
# Gains [dB]:
NOAA_gain=45
METEOR_gain=48
# Satellites:
declare -a SATELLITES=("NOAA 15" "NOAA 18" "NOAA 19" "METEOR-M2 3")
#declare -a SATELLITES=("NOAA 15" "NOAA 18" "NOAA 19" "METEOR-M 2")
#declare -a SATELLITES=("NOAA 15" "NOAA 18" "NOAA 19" "METEOR-M 2" "METEOR-M2 2")
# Delete used audio files (saves disk space):
purge=true