arf20 / arftracksat

Satellite tracking software for linux
19 stars 4 forks source link

Add orbit trails and AOS/LOS #5

Closed arf20 closed 2 years ago

arf20 commented 2 years ago

Future and past positions for the selected satellite with same sgdp4_prediction_update method. Also compute AOS and LOS with sgdp4_prediction_find_aos and sgdp4_prediction_find_aos, warning: that might be a bit wonky, talk with BatchDrake.

arf20 commented 2 years ago

2c24b14 Trails done, also fixed satellite selection segfaults when selecting invalid numbers, and missing segments in the map. Also limited orbit computation to shown sats only, as computing thousands of points of too many satellites with SGDP-4 takes too much time.

arf20 commented 2 years ago

694b02e AOS/LOS done.