Click or drag to resize

SolarGeophysicalDataCalculateApFromKp 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: 24.1.418.0 (24.1.418.0)
Syntax
public static double CalculateApFromKp(
	double kp
)

Parameters

kp
Type: SystemDouble
kp geomagnetic flux index.

Return Value

Type: Double
The ap geomagnetic flux.
See Also