MagneticFieldVectorCreateCompositeIgrfTxtAndWmmVector 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.2.419.0 (24.2.419.0)
Syntax public static MagneticFieldVector CreateCompositeIgrfTxtAndWmmVector(
string igrfFilePath,
string wmmFilePath
)
Public Shared Function CreateCompositeIgrfTxtAndWmmVector (
igrfFilePath As String,
wmmFilePath As String
) As MagneticFieldVector
public:
static MagneticFieldVector^ CreateCompositeIgrfTxtAndWmmVector(
String^ igrfFilePath,
String^ wmmFilePath
)
static member CreateCompositeIgrfTxtAndWmmVector :
igrfFilePath : string *
wmmFilePath : string -> MagneticFieldVector
Parameters
- igrfFilePath
- Type: SystemString
String file path for IGRF .txt file. - wmmFilePath
- Type: SystemString
String file path for WMM file.
Return Value
Type:
MagneticFieldVectorA magnetic field vector that
uses IGRF data for the past and WMM data for the future.
See Also