EGM2008 geopotential spherical-harmonic coefficients to degree/order 70 —
AUTO-GENERATED from tools/egm2008_to70.gfc by tools/gen_egm2008.py; do not
edit by hand. Fully normalized, tide-free. The EGM2008 model is an NGA
public-domain product (via ICGEM). EGM2008_COEFFS are (n, m, Cnm, Snm).
Built-in low-precision analytical ephemerides for the third-body perturbing bodies, so
the numerical propagator’s third-body force (crate::forces::third_body_accel) needs no
external DE/SPK kernel for a low-fidelity run.
Cold-atom gravimeter measurement model and a spherical-harmonic gravity-anomaly
reference field for gravity-map-matching navigation (GPS-denied alt-PNT).
Full tesseral spherical-harmonic geopotential — the EGM2008 field to degree/order 70,
the high-degree gravity model the numerical propagator’s crate::forces zonal-only field
was missing.
Impulsive / finite-burn maneuvers, a Lambert two-body transfer solver, and a
porkchop (departure × arrival C3 / arrival-V∞) sweep — the maneuver-modeling and
trajectory-design beachhead.
Numerical orbit propagator: a configurable force model integrated by the adaptive
Runge–Kutta driver, the first non-analytic propagator in Kshana (the rest of the
orbit stack is the analytic SGP4/SDP4 of crate::sgp4).