Click or drag to resize

InternationalGeomagneticReferenceFieldVectorReadTxtFile Method (String)

Reads an IGRF .txt file and creates a magnetic field vector from it.

Note that the rate coefficients for all blocks before the final block will be calculated using interpolation. Also, note that the units of the magnetic field vector are in tesla, the TargetPoint will still need to be set, and the magnetic field vector will default to being resolved in the Axes of the PrincipalFrame of Earth as obtained from the current CentralBodiesFacet unless the DefinedInFrame is set. The ReferenceDistance is set to EarthReferenceDistance, which is the official reference distance for the IGRF models.

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 InternationalGeomagneticReferenceFieldVector ReadTxtFile(
	string filePath
)

Parameters

filePath
Type: SystemString
String file path for IGRF .txt file.

Return Value

Type: InternationalGeomagneticReferenceFieldVector
A magnetic field vector corresponding to the IGRF model.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when filePath passed in is .
Remarks
See IGRF website: https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html. An updated .txt file can be downloaded by clicking the link "text file".
See Also