Satellite Orbit and Event Predictor (SOEP) is a C++ application that predicts satellite passes, collision risks, orbital decay, and re-entry events. It provides real-time data, visualizations, and a interface for satellite tracking and space object management.
Added a scoped timer that will print the time it took for the scope to complete automatically. Just place SOEP_SCOPE_TIMER("<some name>")at the beginning of your scope
Added a verify that works like asserts but doesn't go away on release builds (use sparingly)
SOEP_SCOPE_TIMER("<some name>")
at the beginning of your scope