Module process

Source
Expand description

Provides the interfaces to the orbit determination process

Re-exports§

pub use crate::od::estimate::*;
pub use crate::od::snc::*;
pub use crate::od::*;

Modules§

builtin
event
trk_device

Structs§

Duration
Defines generally usable durations for nanosecond precision valid for 32,768 centuries in either direction, and only on 80 bits / 10 octets.
GroundStation
GroundStation defines a two-way ranging and doppler station.
KalmanODProcess
An orbit determination process (ODP) which filters OD measurements through a Kalman filter.
KalmanODProcessBuilder
Builder for KalmanODProcess instances.
ODSolution
The ODSolution structure is designed to manage and analyze the results of an OD process, including smoothing. It provides various functionalities such as splitting solutions by tracker or measurement type, joining solutions, and performing statistical analyses.
ResidRejectCrit
Reject measurements if the prefit is greater than the provided sigmas deviation from the measurement noise.

Enums§

Unit
An Enum to perform time unit conversions.