1
0
Fork 0

Script to generate TLEs of classfd Spacecruft ID'd

main
Jeff Moe 2023-06-22 16:30:19 -06:00
parent 799881164e
commit f19049d415
2 changed files with 11 additions and 1 deletions

View File

@ -27,11 +27,11 @@ What the little scripts do:
also in the McCants' classfd list.
* `spacecruft-classfd-missing-ids` --- Lists classfd IDs not in Spacecruft archive.
* `spacecruft-classfd-report` --- Generate report.
* `spacecruft-classfd-tle` --- Outputs TLEs of classfd in Spacecruft archive.
* `spacecruft-dl-ids` --- Download list of IDs photographed and identified
in the Spacecruft archive.
* `spacecruft-ls-ids` --- Lists NORAD IDs in Spacecruft archive.
# Run
Run thusly:

View File

@ -0,0 +1,10 @@
#!/bin/bash
rm -f data/spacecruft-classfd.tle
for i in `cat data/spacecruft-classfd-ids.txt`
do tleinfo -i $i >> data/spacecruft-classfd.tle
done
cat data/spacecruft-classfd.tle