Shadab442 / dqn-leo-handover-python

DQN based Handover Optimization for LEO Satellites in NTN
20 stars 4 forks source link

code problem #2

Open Lightzh8 opened 11 months ago

Lightzh8 commented 11 months ago

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'))

Shadab442 commented 11 months ago

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.