Expand description
Code-differential GNSS (DGPS) pseudorange corrections.
This module owns the language-independent DGNSS modeling that used to live in Sidereon: base-station pseudorange correction generation, rover observation pairing, and the direct corrected-observation SPP orchestration.
Structs§
- Applied
Corrections - Result of applying base corrections to rover observations.
- Code
Observation - A single code pseudorange observation keyed by its RINEX/SP3 satellite token.
- Position
Solution - DGNSS rover solve output.
Enums§
- Dgnss
Error - Error from the DGNSS position orchestration.
Functions§
- apply_
corrections - Apply base pseudorange corrections to rover observations by satellite token.
- pseudorange_
corrections - Compute per-satellite pseudorange corrections from a surveyed base station.
- solve_
position - Compute DGNSS corrections, apply them to rover observations, and solve SPP.