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!