perturb 1.0.0
A modern C++11 wrapper for the SGP4 orbit propagator
|
Represents the output prediction from SGP4. More...
#include <perturb.hpp>
Public Attributes | |
JulianDate | epoch |
Time-stamp of the state vector. | |
Vec3 | position |
Position in the TEME frame in [km]. | |
Vec3 | velocity |
Velocity in the TEME frame in [km/s]. | |
Represents the output prediction from SGP4.
Generated by Satellite::propagate
method. The vectors are represented in the TEME (True Equator Mean Equinox) reference frame. Can be converted to classical orbital elements with the ClassicalOrbitalElements
type.