1
0
Fork 0

Script to plot missing classfd sats

main
Jeff Moe 2023-06-23 10:38:27 -06:00
parent 00ecbf9b2b
commit bbb04608dd
3 changed files with 16 additions and 1 deletions

View File

@ -39,6 +39,8 @@ What the little scripts do:
Scripts that use `sattools`:
* `spacecruft-skymap-classfd` --- Plot classfd satellites in `skymap`.
* `spacecruft-skymap-classfd-missing` --- Plot missing classfd satellites
in `skymap`.
# Run

View File

@ -1,7 +1,7 @@
#!/bin/bash
skymap \
--catalog=/home/jebba/devel/spacecruft/TLE/classfd.tle \
--catalog=data/classfd.tle \
--time="2023-06-23T04:00:00.000" \
--no-stars \
--nmax=32 \

View File

@ -0,0 +1,13 @@
#!/bin/bash
skymap \
--catalog=data/spacecruft-classfd-missing.tle \
--time="2023-06-23T04:00:00.000" \
--no-stars \
--nmax=32 \
--all-objects \
--site=7099 \
-H 1860 \
--longitude=-105.225852 \
--latitude=40.568912