CssiSolarGeophysicalData Methods |
The CssiSolarGeophysicalData type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Overrides SolarGeophysicalDataClone(CopyContext).) | |
ComputeApDailyAverage |
Calculates the arithmetic average of the eight ap geomagnetic flux values for the given day,
rounded to the nearest whole value.
(Overrides SolarGeophysicalDataComputeApDailyAverage(JulianDate).) | |
ComputeApValue |
Computes the geomagnetic flux ap value at the given date.
(Overrides SolarGeophysicalDataComputeApValue(JulianDate).) | |
ComputeAverageSolarRadioFlux |
Gets the 81 day average solar radiation flux value centered on the given date.
(Overrides SolarGeophysicalDataComputeAverageSolarRadioFlux(JulianDate).) | |
ComputeKpDailyAverage |
Calculates the sum of the array of the eight ap geomagnetic flux values for the given day.
(Overrides SolarGeophysicalDataComputeKpDailyAverage(JulianDate).) | |
ComputeKpValue |
Computes the geomagnetic flux kp value at the given date.
(Overrides SolarGeophysicalDataComputeKpValue(JulianDate).) | |
ComputeSolarRadioFlux |
Computes the solar radiation flux value (often called F10.7) at the given date.
(Overrides SolarGeophysicalDataComputeSolarRadioFlux(JulianDate).) | |
ComputeThreeHourApValues |
Calculates the array of the eight ap geomagnetic flux values for the given day.
The flux values are recorded every three hours.
(Overrides SolarGeophysicalDataComputeThreeHourApValues(JulianDate).) | |
ComputeThreeHourKpValues |
Calculates the array of the eight ap geomagnetic flux values for the given day.
The flux values are recorded every three hours.
(Overrides SolarGeophysicalDataComputeThreeHourKpValues(JulianDate).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadFromFile(String) |
Processes the CSSI Space Weather file into a set of time varying geophysical data.
For more information on the format of this file, or to obtain updated files, see:
CSSI Space Weather Data.
This will use the following defaults: The DefaultObservationTimeOfDay determines
when to transition from one entry to the next. The UseApToComputeKpValues flag
is set to true by default, indicating that Kp will produce the more precise value computed from
Ap rather than interpolating the rounded values of Kp represented in the data file. The
UseDailyFluxData flag is set to false by default.
| |
ReadFromFile(String, Double, Boolean, Boolean) |
Processes the CSSI Space Weather file into a set of time varying geophysical data.
For more information on the format of this file, or to obtain updated files, see:
CSSI Space Weather Data.
| |
ReadFromStream(TextReader) |
Processes the CSSI Space Weather file into a set of time varying geophysical data.
For more information on the format of this file, or to obtain updated files, see:
CSSI Space Weather Data.
| |
ReadFromStream(TextReader, Double, Boolean, Boolean) |
Processes the CSSI Space Weather file into a set of time varying geophysical data.
For more information on the format of this file, or to obtain updated files, see:
CSSI Space Weather Data.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |