sattools scripts info

main
Jeff Moe 2022-08-13 20:28:30 -06:00
parent 234f006f81
commit 79b6b45bbc
2 changed files with 3 additions and 3 deletions

6
SNOPO
View File

@ -81,7 +81,7 @@ 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/scripts/get.sh")
b.edge("sattools", "sattools/scripts/get.sh\ngphoto2\njpg2fits")
b.edge("stphot", "stphot/acquire.py")
b.edge("asm", "asm/capture")
b.attr(label="Camera\nSample")
@ -99,7 +99,7 @@ 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/scripts/get.sh", "sattools/scripts/find.sh")
b.edge("sattools/scripts/get.sh\ngphoto2\njpg2fits", "sattools/scripts/find.sh\nsource-extractor")
b.edge("stphot/acquire.py", "stphot/UNKNOWN-find.py")
b.edge("asm/capture", "asm/UNKNOWN-find")
b.attr(label="Camera\nPlate Solver")
@ -116,7 +116,7 @@ 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/scripts/find.sh", "sattools/scripts/id.sh")
b.edge("sattools/scripts/find.sh\nsource-extractor", "sattools/scripts/id.sh\naddwcs\nsatid")
b.edge("stphot/UNKNOWN-find.py", "stphot/UNKNOWN-id.py")
b.edge("asm/UNKNOWN-find", "asm/UNKNOWN-id")
b.attr(label="Camera\nID Satellite")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 319 KiB