SNOPO/README.md

88 lines
1.8 KiB
Markdown
Raw Permalink 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-19 16:19:59 -06:00
# Satellite Image
Images of satellites and one air plane acquired and processed with `stvid`.
Resultant FITS image is shown in the `astroimagej` application.
![SatNOGS Optical Process Satellite Image](img/stvid-sats.png)
2022-08-13 18:53:57 -06:00
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
2022-08-14 17:55:32 -06:00
mkdir -p tmp
2022-08-13 18:48:24 -06:00
```
# Build
Build diagram thusly.
```
./SNOPO
```
# View
See `PNG` file in `tmp/` directory.
2022-08-16 10:07:39 -06:00
# Hardware Implementations
## Outdoor Raspberry Pi
Outdoor Raspberry Pi design By SA2KNG.
Pics by SA2KNG from SatNOGS Optical matrix channel.
![Outdoor Raspberry Pi pic1](img/sa2kng-pi1.png)
![Outdoor Raspberry Pi pic2](img/sa2kng-pi2.png)
![Outdoor Raspberry Pi pic3](img/sa2kng-pi3.png)
![Outdoor Raspberry Pi pic4](img/sa2kng-pi4.png)
2022-08-16 11:09:17 -06:00
![Outdoor Raspberry Pi pic6](img/sa2kng-pi5.png)
![Outdoor Raspberry Pi pic6](img/sa2kng-pi6.png)
2022-08-16 10:07:39 -06:00
2022-08-13 19:57:25 -06:00
# Repositories
Links to software repositories in diagram.
2022-08-16 10:07:39 -06:00
## Upstream cbassa
2022-08-13 19:57:25 -06:00
* https://github.com/cbassa/sattools
* https://github.com/cbassa/stvid
* https://github.com/cbassa/stphot
* https://github.com/cbassa/asm
2022-08-16 10:07:39 -06:00
## Upstream SA2KNG
* https://network.satnogs.org/users/knegge/
* https://gitlab.com/knegge
2022-08-13 19:57:25 -06:00
## 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.*