1
0
Fork 0

Update README.md

Signed-off-by: Cees Bassa <cbassa@gmail.com>
main
cgbsat 2022-06-27 13:03:54 +00:00 committed by Cees Bassa
parent ebf2b88554
commit a5b75cd08f
1 changed files with 22 additions and 2 deletions

View File

@ -1,11 +1,31 @@
# pystrf
Python based radio frequency satellite tracking
Python based radio frequency satellite tracking.
This is a python port of STRF (https://github.com/cbassa/strf), but will include additional functionality to work with SatNOGS HDF5 artifacts and advanced Doppler curve detection algorithms.
## Installation
Install dependencies with
```
pip install -r requirements.txt
```
Install the git large filesystem to download example spectra and run
```
git lfs init
```
Clone the repository via HTML
```
git clone https://gitlab.com/librespacefoundation/pystrf.git
```
or via SSH (you may have to add SSH keys to your gitlab account)
```
git clone git@gitlab.com:librespacefoundation/pystrf.git
```
## Usage
To view data attached as example:
```
./rfplot.py -p data/2021-08-04T20_48_35
./rfplot.py -p data/2021-08-04T20_48_35 -c tle/classfd.tle
```