CssiSolarGeophysicalDataReadFromStream Method (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.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static CssiSolarGeophysicalData ReadFromStream(
TextReader reader
)
Public Shared Function ReadFromStream (
reader As TextReader
) As CssiSolarGeophysicalData
public:
static CssiSolarGeophysicalData^ ReadFromStream(
TextReader^ reader
)
static member ReadFromStream :
reader : TextReader -> CssiSolarGeophysicalData
Parameters
- reader
- Type: System.IOTextReader
A stream containing the space weather data in the CSSI format.
Return Value
Type:
CssiSolarGeophysicalDataAn instance of the time varying space weather data.
Exceptions Exception | Condition |
---|
FormatException | Thrown if there was a problem with the format of the file, the version is prior to 1.1, or
if there were no data entries in the file. |
See Also