Re-exports§
pub use crate::od::estimate::Estimate;
pub use crate::od::estimate::KfEstimate;
pub use crate::od::estimate::Residual;
pub use crate::od::snc::SNC;
Structs§
- Defines a nanosecond-precision Epoch.
- Defines both a Classical and an Extended Kalman filter (CKF and EKF) T: Type of state A: Acceleration size (for SNC) M: Measurement size (used for the sensitivity matrix)
Enums§
- An Enum to perform time unit conversions.