Click or drag to resize

SolarGeophysicalData Methods

The SolarGeophysicalData type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalculateApFromKp
Uses cubic spline interpolation to calculate ap geomagnetic flux from kp geomagnetic flux.
Public methodStatic memberCalculateKpFromAp
Uses cubic spline interpolation to calculate kp geomagnetic flux from ap geomagnetic flux.
Public methodClone
Clones this object using the specified context.
Public methodComputeApDailyAverage
Calculates the arithmetic average of the eight ap geomagnetic flux values for the given day, rounded to the nearest whole value.
Public methodComputeApValue
Computes the geomagnetic flux ap value at the given date.
Public methodComputeAverageSolarRadioFlux
Gets the 81 day average solar radiation flux value centered on the given date.
Public methodComputeKpDailyAverage
Calculates the sum of the array of the eight ap geomagnetic flux values for the given day.
Public methodComputeKpValue
Computes the geomagnetic flux kp value at the given date.
Public methodComputeSolarRadioFlux
Computes the solar radiation flux value (often called F10.7) at the given date.
Public methodComputeThreeHourApValues
Calculates the array of the eight ap geomagnetic flux values for the given day. The flux values are recorded every three hours.
Public methodComputeThreeHourKpValues
Calculates the array of the eight ap geomagnetic flux values for the given day. The flux values are recorded every three hours.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also