Skip to content

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.

g: IgrfCoeffArray

g coefficients [nT], flat-indexed by coeff_index(n, m).


h: IgrfCoeffArray

h coefficients [nT], flat-indexed by coeff_index(n, m).


year: f64

Epoch year for this coefficient set.