sidereon-core 0.11.0

The complete Sidereon engine: numerical astrodynamics propagation core plus the GNSS domain layer (SP3, broadcast ephemeris, multi-GNSS positioning, RTK/PPP, ionosphere/troposphere, DOP) behind a default-on gnss feature
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod angles;
pub mod interp;
pub mod least_squares;
pub mod linear;
pub mod mat3;
pub mod polynomial;
pub mod robust;
pub mod special;
pub mod vec3;

pub(crate) use angles::{normalize_angle, wrap_to_pi, SMALL, TWO_PI};