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
could you please help me to solve this problm?
raise Exception('Satellite crashed at time %s', utc_time)
Exception: ('Satellite crashed at time %s', numpy.datetime64('2023-05-29T09:30:00.000000'))
The text was updated successfully, but these errors were encountered:
Hi, I think this is because when the satellite perigee is below 220 km, a simplified set of equations needs to be implemented which is not done by the pyorbital module. As the Starlink satellites are sometimes deployed at very low orbits during their flight, they can go below 220 km. A way around this would be to deselect all the satellites that go below this range or use a set of satellites that do not go below this range during their flight. Currently, I do not have the bandwidth to work on this, any contribution is welcome.
could you please help me to solve this problm?
raise Exception('Satellite crashed at time %s', utc_time)
Exception: ('Satellite crashed at time %s', numpy.datetime64('2023-05-29T09:30:00.000000'))
The text was updated successfully, but these errors were encountered: