SNOPO/README.md

58 lines
1.1 KiB
Markdown
Raw Normal View History

2022-08-13 18:48:24 -06:00
# SatNOGS Optical Process Overview
2022-08-14 17:21:22 -06:00
SatNOGS Optical process overview diagram.
2022-08-13 18:48:24 -06:00
2022-08-13 18:53:57 -06:00
![SatNOGS Optical Process Overview](img/SNOPO.png)
2022-08-13 18:48:24 -06:00
# Install
Install to build to create diagram.
```
sudo apt install python3-pip python3-virtualenv graphviz
git clone https://spacecruft.org/spacecruft/SNOPO.git
cd SNOPO
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
```
# Build
Build diagram thusly.
```
./SNOPO
```
# View
See `PNG` file in `tmp/` directory.
2022-08-13 19:57:25 -06:00
# Repositories
Links to software repositories in diagram.
## Upstream
* https://github.com/cbassa/sattools
* https://github.com/cbassa/stvid
* https://github.com/cbassa/stphot
* https://github.com/cbassa/asm
## Spacecruft
* https://spacecruft.com/spacecruft/sattools
* https://spacecruft.com/spacecruft/stvid
* https://spacecruft.com/spacecruft/stphot
2022-08-13 18:48:24 -06:00
# License / Copyright
Source:
* https://spacecruft.org/spacecruft/SNOPO
License: CC By SA 4.0 International and/or GPLv3+ at your discretion.
2022-08-13 19:12:59 -06:00
*Copyright © 2022, Jeff Moe.*