Shadab442 / dqn-leo-handover-python

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

Questions about the code #7

Closed HuangLuchen closed 6 months ago

HuangLuchen commented 6 months ago

in leo_parameters, we have def calculate_leo_parameters(self): for i,leo in enumerate(self.leos [0:100]): The number of starlink is more than 100. Why this sentence circulate only 100 satellites? What about others? Thank you a lot!

Shadab442 commented 6 months ago

I just took the first 100 satellites, you can consider more if you need to. In the TLE file that I provided in this repository, I have the TLE information of 3980 satellites, so that is the maximum number of satellites you can consider if you use that TLE file.

HuangLuchen commented 6 months ago

Thank you! That's help me a lot

Shadab442 commented 6 months ago

Glad to be able to help you!!