stvid process.py

main
Jeff Moe 2022-08-13 20:08:18 -06:00
parent 44007b2ec7
commit 2bff426213
2 changed files with 2 additions and 2 deletions

4
SNOPO
View File

@ -107,7 +107,7 @@ with g.subgraph(name="cluster_platesolver") as a:
c.attr(color="pink")
c.node_attr["style"] = "filled"
c.edge("sattools/UNKNOWN-vid-get.sh", "sattools/UNKNOWN-vid-find.sh")
c.edge("stvid/acquire.py", "stvid/UNKNOWN-find.py")
c.edge("stvid/acquire.py", "stvid/process.py")
c.attr(label="Video\nPlate Solver")
a.attr(label="Plate Solver")
@ -123,7 +123,7 @@ with g.subgraph(name="cluster_satid") as a:
c.attr(color="tan")
c.node_attr["style"] = "filled"
c.edge("sattools/UNKNOWN-vid-find.sh", "sattools/UNKNOWN-vid-id.sh")
c.edge("stvid/UNKNOWN-find.py", "stvid/UNKNOWN-id.py")
c.edge("stvid/process.py", "stvid/process.py ID")
c.attr(label="Video\nID Satellite")
a.attr(label="Identify Satellites")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 278 KiB