spacecruft
Jeff Moe 2022-08-08 23:47:55 -06:00
parent f70128211b
commit 9e9a3c1db8
1 changed files with 31 additions and 0 deletions

View File

@ -4,6 +4,37 @@ tracks on photographic observations of the night sky, and measure the
satellite positions to determine and/or update their orbits.*
# Install
Install thusly.
```
sudo apt install python3-virtualenv python3-pip python3-dev
git clone https://spacecruft.org/spacecruft/stphot
# Or use upstream:
git clone https://github.com/cbassa/stphot
```
Optionally, set up python virtual environment:
```
cd stphot/
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
```
# Configuration
See `stvid`.
# Usage
# Hardware
# Upstream
This is a clone of cbassa's `stphot`.
See `README-upstream.md`.