la1k / libpredict

A satellite orbit prediction library
GNU General Public License v2.0
40 stars 24 forks source link

Get AOS in Minutes and Seconds #80

Closed haimann951 closed 7 years ago

haimann951 commented 7 years ago

Hi,

I've been looking at the function "predict_next_aos(const predict_observer_t observer, const predict_orbital_elements_t orbital_elements, double start_utc)".

If I understand that properly it return the arrival in Julian time. How would I convert that into minutes and seconds?

It would be great if someone knew how to do that.

Thank you in advance. :)