Expand description
Static-arc PPP correction precomputation.
This module owns the language-independent correction algebra that used to sit
in Sidereon’ PPPCorrections wrapper: per-epoch Sun/Moon and solid-earth tide
evaluation, per-satellite carrier-phase wind-up continuity, and satellite
antenna PCO/PCV projection in the satellite body frame.
Re-exports§
pub use crate::tides::OceanLoadingBlq;pub use crate::tides::NUM_OCEAN_CONSTITUENTS;
Structs§
- Civil
Date Time - Civil date/time fields used by Sidereon PPP correction tables.
- Code
Bias Options - Offline code-bias correction options.
- Epoch
Vector Correction - Indexed vector result. The epoch index refers to the input epoch slice.
- Pole
Tide Options - Solid-Earth pole tide correction options.
- PppCorrection
Epoch - One receiver epoch and its visible satellite rows.
- PppCorrection
Observation - One satellite observation row needed by the static correction precompute.
- PppCorrections
- Precomputed PPP correction tables.
- PppCorrections
Options - PPP correction precompute switches.
- SatScalar
Correction - Indexed satellite scalar result. The epoch index refers to the input epoch slice.
- SatVector
Correction - Indexed satellite vector result. The epoch index refers to the input epoch slice.
- Satellite
Antenna - Satellite antenna block selected by PRN and validity window.
- Satellite
Antenna Frequency - Frequency-dependent satellite antenna calibration.
- Satellite
Antenna Options - Satellite antenna correction options.
Enums§
Functions§
- build
- Build static PPP correction tables for a precise-orbit arc.