Click or drag to resize

WorldMagneticModelVector Constructor (TimeIntervalCollectionSphericalHarmonicCoefficients, TimeIntervalCollectionSphericalHarmonicCoefficients)

Initializes a new instance. Typically, this constructor is not used directly. Rather, ReadFile(String) is used to create the IGRF magnetic field vector.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public WorldMagneticModelVector(
	TimeIntervalCollection<SphericalHarmonicCoefficients> initialMagneticFieldCoefficients,
	TimeIntervalCollection<SphericalHarmonicCoefficients> magneticFieldCoefficientRates
)

Parameters

initialMagneticFieldCoefficients
Type: AGI.Foundation.TimeTimeIntervalCollectionSphericalHarmonicCoefficients
A collection that represents the static spherical-harmonic magnetic field coefficients that are valid at the beginning of specific time intervals. These are in tesla.
magneticFieldCoefficientRates
Type: AGI.Foundation.TimeTimeIntervalCollectionSphericalHarmonicCoefficients
A collection that represents the rates of change of the spherical-harmonic magnetic field coefficients during specific time intervals. These are in tesla/year.
See Also