Click or drag to resize

SolarGeophysicalDataComputeKpDailyAverage Method

Calculates the sum of the array of the eight ap geomagnetic flux values for the given day.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual double ComputeKpDailyAverage(
	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