NSF-Swift / satellite-overhead

An open-source tool for calculating satellite interference to radio astronomy observations.
https://pypi.org/project/sopp/
GNU Affero General Public License v3.0
0 stars 2 forks source link

Look into how Skyfield gets satellite positions so quickly #87

Open nikojpapa opened 1 year ago

nikojpapa commented 1 year ago

It would be useful to know how Skyfield does all the calculations so quickly when finding satellite positions with a list of datetimes. This could help explain the unexpected behavior of it not scaling linearly with larger time windows and may provide a useful method to help optimize list comprehension in a more general sense.