Mostly unknown bits...

main
Jeff Moe 2022-08-13 19:12:59 -06:00
parent fb6466fedf
commit 654abbb046
3 changed files with 13 additions and 14 deletions

View File

@ -1,7 +1,6 @@
# SatNOGS Optical Process Overview
DRAFT.
![SatNOGS Optical Process Overview](img/SNOPO.png)
@ -35,7 +34,7 @@ Source:
* https://spacecruft.org/spacecruft/SNOPO
Copyright (C) 2022 Jeff Moe.
License: CC By SA 4.0 International and/or GPLv3+ at your discretion.
*Copyright © 2022, Jeff Moe.*

22
SNOPO
View File

@ -55,14 +55,14 @@ with g.subgraph(name="cluster_acquire") as a:
with a.subgraph(name="cluster_camera_acquire") as b:
b.attr(color="lightblue")
b.node_attr["style"] = "filled"
b.edge("sattools", "sattools/cam-get.sh")
b.edge("sattools", "sattools/scripts/get.sh")
b.edge("stphot", "stphot/acquire.py")
b.attr(label="Camera\nSample")
with a.subgraph(name="cluster_video_acquire") as c:
c.attr(color="blue")
c.node_attr["style"] = "filled"
c.edge("stvid", "stvid/acquire.py")
c.edge("sattools", "sattools/vid-get.sh")
c.edge("sattools", "sattools/UNKNOWN-vid-get.sh")
c.attr(label="Video\nSample")
a.attr(label="Acquire Sample")
@ -72,14 +72,14 @@ with g.subgraph(name="cluster_platesolver") as a:
with a.subgraph(name="cluster_camera_plate_solver") as b:
b.attr(color="lightblue")
b.node_attr["style"] = "filled"
b.edge("sattools/cam-get.sh", "sattools/cam-find.sh")
b.edge("stphot/acquire.py", "stphot/ABC.py")
b.edge("sattools/scripts/get.sh", "sattools/scripts/find.sh")
b.edge("stphot/acquire.py", "stphot/UNKNOWN-find.py")
b.attr(label="Camera\nPlate Solver")
with a.subgraph(name="cluster_video_platesolver") as c:
c.attr(color="blue")
c.node_attr["style"] = "filled"
c.edge("sattools/vid-get.sh", "sattools/vid-find.sh")
c.edge("stvid/acquire.py", "stvid/ABC.py")
c.edge("sattools/UNKNOWN-vid-get.sh", "sattools/UNKNOWN-vid-find.sh")
c.edge("stvid/acquire.py", "stvid/UNKNOWN-find.py")
c.attr(label="Video\nPlate Solver")
a.attr(label="Plate Solver")
@ -88,14 +88,14 @@ with g.subgraph(name="cluster_satid") as a:
with a.subgraph(name="cluster_camera_satid") as b:
b.attr(color="tan")
b.node_attr["style"] = "filled"
b.edge("sattools/cam-find.sh", "sattools/cam-id.sh")
b.edge("stphot/ABC.py", "stphot/xyz.py")
b.edge("sattools/scripts/find.sh", "sattools/scripts/id.sh")
b.edge("stphot/UNKNOWN-find.py", "stphot/UNKNOWN-id.py")
b.attr(label="Camera\nID Satellite")
with a.subgraph(name="cluster_video_platesolver") as c:
with a.subgraph(name="cluster_video_satid") as c:
c.attr(color="tan")
c.node_attr["style"] = "filled"
c.edge("sattools/vid-find.sh", "sattools/vid-id.sh")
c.edge("stvid/ABC.py", "stvid/xyz.py")
c.edge("sattools/UNKNOWN-vid-find.sh", "sattools/UNKNOWN-vid-id.sh")
c.edge("stvid/UNKNOWN-find.py", "stvid/UNKNOWN-id.py")
c.attr(label="Video\nID Satellite")
a.attr(label="Identify Satellites")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 195 KiB