CssiSolarGeophysicalDataComputeThreeHourKpValues 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.2.419.0 (24.2.419.0)
Syntax public override double[] ComputeThreeHourKpValues(
JulianDate date
)
Public Overrides Function ComputeThreeHourKpValues (
date As JulianDate
) As Double()
public:
virtual array<double>^ ComputeThreeHourKpValues(
JulianDate date
) override
abstract ComputeThreeHourKpValues :
date : JulianDate -> float[]
override ComputeThreeHourKpValues :
date : JulianDate -> float[]
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The day to calculate.
Return Value
Type:
DoubleAn array of the eight geomagnetic flux values for the day, taken every three hours.
See Also