Click or drag to resize

SolarGeophysicalDataCalculateKpFromAp 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: 24.1.418.0 (24.1.418.0)
Syntax
public static double CalculateKpFromAp(
	double ap
)

Parameters

ap
Type: SystemDouble
ap geomagnetic flux index.

Return Value

Type: Double
The kp geomagnetic flux.
See Also