You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while for a Location enough below the orbit, it works fine
In [55]: l=Location("not so above", latitude_deg=0, longitude_deg=0, elevation_m=401_000)
In [56]: pit=p.passes_over(l, datetime.now(), datetime.now() +timedelta(days=30), location_predictor_class=SmartLocationPredictor)
In [57]: next(pit.iter_passes())
Out[57]: <PredictedPass<custom>overnotsoaboveon2025-03-0321:48:40.760214>
The text was updated successfully, but these errors were encountered:
How to reproduce:
Same thing happens with
while for a Location enough below the orbit, it works fine
The text was updated successfully, but these errors were encountered: