Click or drag to resize

ConstantSolarGeophysicalData.ComputeThreeHourKpValues Method

Returns a size eight array with each value equal to the constant kp geomagnetic index.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override double[] ComputeThreeHourKpValues(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date of calculation (not used).

Return Value

Type:Double[]
Array of eight kp geomagnetic flux values.
See Also