Module nyx_space::od

source ·
Expand description

All the orbital determination and spacecraft navigation tools and functions.

Re-exports§

Modules§

  • Provides Estimate handling functionalities.
  • Provides all of the support measurement models
  • Provides noise modeling
  • Provides the interfaces to the orbit determination process
  • Provides all of the functionality to simulate measurements from ground stations
  • Provides all state noise compensation functionality

Structs§

  • GroundStation defines a two-way ranging and doppler station.

Enums§

Traits§

  • The Estimate trait defines the interface that is the opposite of a SolveFor. For example, impl EstimateFrom<Spacecraft> for Orbit means that the Orbit can be estimated (i.e. “solved for”) from a Spacecraft.
  • A trait defining a measurement that can be used in the orbit determination process.