strf/README.md

64 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-02-03 12:47:43 -07:00
# 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.
2023-01-20 12:12:29 -07:00
This repo is a downstream port of STRF from proprietary pgplot
to libre giza.
2023-01-20 12:41:16 -07:00
# 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
```
2023-01-20 12:12:29 -07:00
# Upstream
See `README-upstream.md`.
2023-01-20 12:12:29 -07:00
STRF, GPLv3.
2023-01-20 12:12:29 -07:00
* https://github.com/cbassa/strf
2023-01-20 12:12:29 -07:00
Upstream has ported many of the tools to Python.
See also:
2023-01-20 12:12:29 -07:00
* https://github.com/cbassa/sattools
2023-01-20 12:12:29 -07:00
* https://github.com/cbassa/stvid
2023-01-20 12:12:29 -07:00
* https://github.com/cbassa/asm
2023-01-20 12:12:29 -07:00
* https://github.com/cbassa/stphot
2020-05-21 14:53:10 -06:00
2023-01-20 12:12:29 -07:00
Giza, GPLv2.
2020-05-21 14:53:10 -06:00
2023-01-20 12:12:29 -07:00
* https://danieljprice.github.io/giza
2020-05-21 14:53:10 -06:00
2023-01-20 12:12:29 -07:00
# License
Same as upstream `strf`, GPLv3.
2023-01-20 12:12:29 -07:00
*Copyright (C) 2023, Jeff Moe*