GaussCoefficients
Defined in: mod.rs:13
pub struct GaussCoefficients { pub g: Vec<f64>, pub h: Vec<f64>, pub year: f64,}Gauss coefficient set for a single epoch.
Fields
Section titled “Fields”g: Vec<f64>
g coefficients [nT], flat-indexed by coeff_index(n, m).
h: Vec<f64>
h coefficients [nT], flat-indexed by coeff_index(n, m).
year: f64
Epoch year for this coefficient set.