SatNOGS Optical Proces Overview

main
Jeff Moe 2022-08-13 18:48:24 -06:00
commit d8734b07f6
1 changed files with 38 additions and 0 deletions

38
README.md 100644
View File

@ -0,0 +1,38 @@
# SatNOGS Optical Process Overview
DRAFT.
# 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.
# License / Copyright
Source:
* https://spacecruft.org/spacecruft/SNOPO
Copyright (C) 2022 Jeff Moe.
License: CC By SA 4.0 International and/or GPLv3+ at your discretion.