Click or drag to resize

InternationalGeomagneticReferenceFieldVectorReadCofFile Method (TextReader)

Reads an IGRF .COF 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 ReadCofFile(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
TextReader for the .COF file to read.

Return Value

Type: InternationalGeomagneticReferenceFieldVector
A magnetic field vector corresponding to the IGRF model.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when reader passed in is null.
Remarks
See IGRF website: https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html. An updated .COF file can be found inside the Geomag 7.0 software download.
See Also