Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
static CssiSolarGeophysicalData |
CssiSolarGeophysicalData.readFromFile(String filePath)
Processes the CSSI Space Weather file into a set of time varying geophysical data.
|
static CssiSolarGeophysicalData |
CssiSolarGeophysicalData.readFromFile(String filePath,
double obsTimeOfDay,
boolean useApToComputeKp,
boolean useDailyForGeoFlux)
Processes the CSSI Space Weather file into a set of time varying geophysical data.
|
static CssiSolarGeophysicalData |
CssiSolarGeophysicalData.readFromStream(BufferedReader reader)
Processes the CSSI Space Weather file into a set of time varying geophysical data.
|
static CssiSolarGeophysicalData |
CssiSolarGeophysicalData.readFromStream(BufferedReader reader,
double obsTimeOfDay,
boolean useApToComputeKp,
boolean useDailyForGeoFlux)
Processes the CSSI Space Weather file into a set of time varying geophysical data.
|
Constructor and Description |
---|
CssiSolarGeophysicalData(CssiSolarGeophysicalData existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|