1
0
Fork 0
Python based radio frequency satellite tracking https://spacecruft.org/spacecruft/pystrf
Go to file
Jeff Moe 4eaee12d54 Example pic from 2021-08-04T20_48_35 2022-07-31 20:32:26 -06:00
data Move binary data to Git LFS (fixes #1) 2022-06-27 12:40:32 +03:00
img Example pic from 2021-08-04T20_48_35 2022-07-31 20:32:26 -06:00
strf Change to work also on windows 2022-06-25 17:10:44 +02:00
tle sample bulk.tle 2022-07-31 19:54:17 -06:00
.gitattributes Move binary data to Git LFS (fixes #1) 2022-06-27 12:40:32 +03:00
.gitignore Ignore .h5 artifact downloads 2022-07-31 20:24:48 -06:00
.gitlab-ci.yml Add generic LSF contributing guide and CI sign-off quality gate 2022-06-27 12:29:27 +03:00
CONTRIBUTING.md Add generic LSF contributing guide and CI sign-off quality gate 2022-06-27 12:29:27 +03:00
LICENSE Replace LICENSE 2022-06-27 08:37:36 +00:00
README-upstream.md Upstream README 2022-07-31 14:09:33 -06:00
README.md Example pic from 2021-08-04T20_48_35 2022-07-31 20:32:26 -06:00
modest.py Added modest 2022-06-20 19:35:49 +02:00
requirements.txt Add python package `requests` dependency. 2022-07-31 13:56:25 -06:00
rfplot.py Python wants shutil 2022-07-31 20:18:00 -06:00

README.md

Spacecruft pystrf

This is the spacecruft clone of pystrf.

Upstream:

pystrf

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 package dependencies:

sudo apt install python3-virtualenv python3-pip python3-tk

Optionally, set up python virtual environment:

virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip

Install dependencies with

pip install -r requirements.txt

Install the git large filesystem to download example spectra and run

git lfs init
# maybe should be
git lfs install

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

Enter virtualenv, if used:

cd pystrf/
source env/bin/activate

To view data attached as example:

./rfplot.py -p data/2021-08-04T20_48_35 -c tle/satnogs.tle

./rfplot.py -p data/2021-08-04T20_48_35 -c tle/bulk.tle -C 9990

pystrf-bin-example Example with data/2021-08-04T20_48_35 files

Example using SatNOGS observation ID (requires observation uploading h5 artifact):

./rfplot.py -p 6282358 -c tle/satnogs.tle

pystrf-observation-example Observation ID 6282358

License

Under same license as upstream Libre Space Foundation's repo, AGPL3.