From d8734b07f64e2af66aa0bd43ed17c6797170cd62 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 13 Aug 2022 18:48:24 -0600 Subject: [PATCH] SatNOGS Optical Proces Overview --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f5229b --- /dev/null +++ b/README.md @@ -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. +