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