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
Scenarios are currently managing the satellites in an uncoordinated way that can create discrepancies between orbits and az/el calculations.
ootk should be implemented
the current real world GEO catalog should be saved in a static manner as a database file
a single source file should export all of the satellites along with TLE and transponder information
unique conditions such as TIDEMARK-1 having external interference and a custom transponder configuration should be saved as a separate satellite object (tidemark1 vs tidemark1withInterference) to keep scenario files lite and consistent
Scenarios are currently managing the satellites in an uncoordinated way that can create discrepancies between orbits and az/el calculations.