Click or drag to resize

SolarGeophysicalDataComputeThreeHourKpValues Method

Calculates the array of the eight ap geomagnetic flux values for the given day. The flux values are recorded every three hours.

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

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The day to calculate.

Return Value

Type: Double
An array of the eight geomagnetic flux values for the day, taken every three hours.
See Also