|
OrbitState | operator* (const double lhs, const OrbitState &rhs) |
|
Orbits | operator+ (const Orbits &lhs, const Orbits &rhs) |
|
Orbits | operator* (const Orbits &lhs, const double rhs) |
|
Orbits | operator* (const double rhs, const Orbits &lhs) |
|
KFState | getOrbitFromState (Trace &trace, string id, const KFState &kfState) |
|
void | predictOrbits (Trace &trace, const KFState &kfState, GTime time) |
| Use models to predict orbital motion and prepare state transition equations to implement those predictions in the filter.
|
|
Orbits | prepareOrbits (Trace &trace, const KFState &kfState) |
|
void | integrateOrbits (OrbitIntegrator &orbitPropagator, Orbits &orbits, double integrationPeriod, double dt) |
|
void | addEmpStates (const EmpKalmans &satOpts, const KFState &kfState, const string &id) |
|
void | addNilDesignStates (const KalmanModel &model, const KFState &kfState, const KF &kfType, int num, const string &id) |
|
void | outputOrbitConfig (KFState &kfState, string suffix="") |
|