Click or drag to resize

MagneticFieldVectorCreateCompositeIgrfCofAndWmmVector Method

Create a composite magnetic field vector that follows the recommended strategy of using IGRF coefficients for the past and WMM for future magnetic field predictions.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static MagneticFieldVector CreateCompositeIgrfCofAndWmmVector(
	string igrfFilePath,
	string wmmFilePath
)

Parameters

igrfFilePath
Type: SystemString
String file path for IGRF .COF file.
wmmFilePath
Type: SystemString
String file path for WMM file.

Return Value

Type: MagneticFieldVector
A magnetic field vector that uses IGRF data for the past and WMM data for the future.
See Also