parent
3415b4e80f
commit
01e3624655
|
@ -14,7 +14,6 @@ goal: record wav files for later processing
|
||||||
prerequistes: working rtl-sdr, predict (text based, not gpredict) setup with correct ground station coordinates, sox
|
prerequistes: working rtl-sdr, predict (text based, not gpredict) setup with correct ground station coordinates, sox
|
||||||
|
|
||||||
##FILES
|
##FILES
|
||||||
###
|
|
||||||
|
|
||||||
###LICENSE
|
###LICENSE
|
||||||
General Public License version 2.0, or any later version
|
General Public License version 2.0, or any later version
|
||||||
|
@ -23,7 +22,10 @@ General Public License version 2.0, or any later version
|
||||||
Modification of PREDICT's TLE file to provide orbit data for weather satellites NOAA-18,NOAA-19
|
Modification of PREDICT's TLE file to provide orbit data for weather satellites NOAA-18,NOAA-19
|
||||||
to get coverage of missing satellites into predict's default config
|
to get coverage of missing satellites into predict's default config
|
||||||
|
|
||||||
Copy as follows: ```mv dotpredict-predict.tle ~/.predict/predict.tle```
|
Copy as follows:
|
||||||
|
```
|
||||||
|
mv dotpredict-predict.tle ~/.predict/predict.tle
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
###noaacapture.py
|
###noaacapture.py
|
||||||
|
|
Loading…
Reference in New Issue