perturb 1.0.0
A modern C++11 wrapper for the SGP4 orbit propagator
|
Classical Keplerian orbital elements. More...
#include <perturb.hpp>
Public Member Functions | |
ClassicalOrbitalElements (StateVector sv, GravModel grav_model=GravModel::WGS72) | |
Construct from a StateVector position and velocity in TEME. More... | |
Classical Keplerian orbital elements.
Names and values are from the underlying SGP4 implementation. Can be generated from a StateVector
via the constructor.
|
explicit |
Construct from a StateVector
position and velocity in TEME.
sv | A position-velocity state vector generated via SGP4 |
grav_model | Gravity model used in SGP4 (default GravModel::WGS72 ) |