diff --git a/SNOPO b/SNOPO index abae456..2f82f8e 100755 --- a/SNOPO +++ b/SNOPO @@ -89,8 +89,8 @@ with g.subgraph(name="cluster_acquire") as a: with a.subgraph(name="cluster_video_acquire") as c: c.attr(color="tan") c.node_attr["style"] = "filled" - c.edge("stvid", "stvid/acquire.py") c.edge("sattools", "sattools/UNKNOWN-vid-get.sh") + c.edge("stvid", "stvid/acquire.py") c.attr(label="Video\nSample") a.attr(label="Acquire Sample") @@ -102,6 +102,7 @@ with g.subgraph(name="cluster_platesolver") as a: b.node_attr["style"] = "filled" b.edge("sattools/scripts/get.sh", "sattools/scripts/find.sh") b.edge("stphot/acquire.py", "stphot/UNKNOWN-find.py") + b.edge("asm/capture", "asm/UNKNOWN-find") b.attr(label="Camera\nPlate Solver") with a.subgraph(name="cluster_video_platesolver") as c: c.attr(color="pink") @@ -118,6 +119,7 @@ with g.subgraph(name="cluster_satid") as a: b.node_attr["style"] = "filled" b.edge("sattools/scripts/find.sh", "sattools/scripts/id.sh") b.edge("stphot/UNKNOWN-find.py", "stphot/UNKNOWN-id.py") + b.edge("asm/UNKNOWN-find", "asm/UNKNOWN-id") b.attr(label="Camera\nID Satellite") with a.subgraph(name="cluster_video_satid") as c: c.attr(color="tan") diff --git a/img/SNOPO.png b/img/SNOPO.png index 6bbe9a0..65422fc 100644 Binary files a/img/SNOPO.png and b/img/SNOPO.png differ