Module nyx_space::od::ui[][src]

Expand description

Provides some helper for filtering.

Re-exports

pub use super::estimate::*;
pub use super::kalman::*;
pub use super::ranging::*;
pub use super::residual::*;
pub use super::snc::*;
pub use super::*;

Structs

CkfTrigger

CkfTrigger will never switch a KF to an EKF

ODProcess

An orbit determination process. Note that everything passed to this structure is moved.

StdEkfTrigger

An EkfTrigger on the number of measurements processed and a time between measurements.

Enums

SmoothingArc

Defines the stopping condition for the smoother

Traits

EkfTrigger

A trait detailing when to switch to from a CKF to an EKF