Libre Radio Frequency Satellite Tracking.
https://spacecruft.org/spacecruft/strf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 months ago | |
---|---|---|
contrib | 5 months ago | |
data | 5 years ago | |
scripts | 5 months ago | |
.gitignore | 5 months ago | |
GUIDE.md | 2 years ago | |
LICENSE | 4 years ago | |
Makefile.linux | 5 months ago | |
Makefile.osx | 5 months ago | |
README-upstream.md | 5 months ago | |
README.md | 5 months ago | |
deep.c | 9 years ago | |
dsmin.c | 3 years ago | |
env-dist | 5 months ago | |
ferror.c | 8 years ago | |
makefile | 5 months ago | |
rfdop.c | 4 years ago | |
rfedit.c | 8 years ago | |
rffft.c | 7 months ago | |
rffind.c | 2 years ago | |
rffit.c | 5 months ago | |
rfinfo.c | 9 years ago | |
rfio.c | 5 months ago | |
rfio.h | 3 years ago | |
rfplot.c | 5 months ago | |
rfpng.c | 8 months ago | |
rfsites.c | 5 months ago | |
rfsites.h | 5 months ago | |
rftime.c | 9 years ago | |
rftime.h | 9 years ago | |
rftles.c | 5 months ago | |
rftles.h | 5 months ago | |
rftrace.c | 5 months ago | |
rftrace.h | 1 year ago | |
satutl.c | 9 years ago | |
satutl.h | 9 years ago | |
sgdp4.c | 9 years ago | |
sgdp4h.h | 9 years ago | |
simplex.c | 3 years ago | |
tleupdate | 8 months ago | |
versafit.c | 3 years ago |
README.md
STRF
strf is the satellite tracking toolkit for radio observations (RF). The software is designed to allow tracking of satellites from radio observations, using Doppler curves to identify satellites and/or determine their orbits.
This repo is a downstream port of STRF from proprietary pgplot to libre giza.
Setup
Thus.
sudo apt install giza-dev git make gcc gfortran libpng-dev \
libx11-dev libgsl-dev libfftw3-dev dos2unix unzip
git clone https://spacecruft.org/spacecruft/strf
cd strf/
make
sudo make install
Use
Example.
With a ./tmp/
directory with filenames like this:
2023-01-20_000099.bin
Run:
./rfplot -p ./tmp/2023-01-20
Upstream
See README-upstream.md
.
STRF, GPLv3.
Upstream has ported many of the tools to Python. See also:
Giza, GPLv2.
License
Same as upstream strf
, GPLv3.
Copyright (C) 2023, Jeff Moe