Click or drag to resize

SolarGeophysicalData.CalculateKpFromAp Method

Uses cubic spline interpolation to calculate kp geomagnetic flux from ap 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 CalculateKpFromAp(
	double ap
)

Parameters

ap
Type: System.Double
ap geomagnetic flux index.

Return Value

Type: Double
The kp geomagnetic flux.
See Also