| CssiSolarGeophysicalDataReadFromFile Method (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.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic static CssiSolarGeophysicalData ReadFromFile(
	string filePath
)
Public Shared Function ReadFromFile ( 
	filePath As String
) As CssiSolarGeophysicalData
public:
static CssiSolarGeophysicalData^ ReadFromFile(
	String^ filePath
)
static member ReadFromFile : 
        filePath : string -> CssiSolarGeophysicalData 
Parameters
- filePath
- Type: SystemString
 The full path and filename of the file containing the space weather data in the CSSI format.
Return Value
Type: 
CssiSolarGeophysicalDataAn instance of the time varying space weather data.
 Exceptions
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
See Also