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
Quote from the 2023-StrarryNet paper: "The constellation observer is designed as a collector for constellation-relevant information, and it maintains three databases related to satellite, ground station and user terminal information respectively."
Are these implemented already in the source code?
I can see in the sn_observer.py that satellite is built using sgp4init and EarthSatellite.from_satrec functions. It seems TLE file are not used. Maybe I have missed something? Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for your interest in our work.
TLE file is not the main focus of this work. There's some websites where you can get the latest TLE data, like CelesTrak, Space Track.
If you want to use these TLEs, you can use the library skyfield to convert them to longitudes, latitudes and heights, like this:
Hi,
Quote from the 2023-StrarryNet paper: "The constellation observer is designed as a collector for constellation-relevant information, and it maintains three databases related to satellite, ground station and user terminal information respectively."
Are these implemented already in the source code?
I can see in the sn_observer.py that satellite is built using sgp4init and EarthSatellite.from_satrec functions. It seems TLE file are not used. Maybe I have missed something? Thanks!
The text was updated successfully, but these errors were encountered: