gpredict
gpredict copied to clipboard
Gpredict satellite tracking application
See attached image.  In the list for NOAA 15 the next AOS is predicted for 11:58:57. (1) Click on "Nächsten Überflug anzeigen" ("show next pass", 2) => gpredict crashes....
Alex, I'm user of Your great Gpredict software. Thank You for developing this application I realised that there maybe a little bug there or I am doing something wrong. When...
https://community.libre.space/t/gpredict-and-decayed-indicator/4019 See https://github.com/csete/gpredict/blob/master/src/gtk-sat-list.c#L612 however, changing the value to decayed(sat), 0, or FALSE prevents anything to be rendered.
The minimum elevation setting only applies to predicted passes. It would probably make sense if it would also apply to the polar view and the passes in the radio and...
In the main interface, I would like to see a new option to show only the "next event" when it meets the minimum pass criteria.
The autotrack feature could be enhanced if the user could assign priorities to the satellites in a module. See e.g. https://community.libre.space/t/antenna-control-always-track-closest-satellite/1749/5
https://community.libre.space/t/radio-control-error-causes-unexpected-program-exit/1730
This code in rot_ctrl_timeout_cb() looks wrong: `if ((ctrl->flipped) && (ctrl->conf->maxel >= 180.0))` Note the 180 degrees...
Follow-up from issue #90 It appears that we are using struct tm with tm_mon in the range [1, 12], whereas the system uses [0, 11]. Miraculously, this works out fine,...
Currently the TRSP update function runs in the main GUI thread and this can cause the GUI to freeze. TRSP update should run in its own thread and report progress...