Comment 5 for bug 572402

Revision history for this message
François Steinmetz (francois-steinmetz) wrote :

I have also encountered this bug :
1) I define an earth satellite using TLE and an observer, and find the satellite next_pass()
2) I set the new observer date to the previously found set_time, in order to find another next_pass()
3) In this case, this bug happens (I get inconsistent rise, transit and set times)
4) If in 2), I define the new date as "set_time + 5 min" (ie, obs.date = float(set_time) + 5./(24.*60.)), the results are consistent