Click or drag to resize

SolarGeophysicalData.CalculateApFromKp Method

Uses cubic spline interpolation to calculate ap geomagnetic flux from kp geomagnetic flux.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static double CalculateApFromKp(
	double kp
)

Parameters

kp
Type: System.Double
kp geomagnetic flux index.

Return Value

Type: Double
The ap geomagnetic flux.
See Also