public interface DTM2000InputParameters extends Serializable
All needed solar activity data can be found on the NOAA (National Oceanic and Atmospheric Administration) website.
Modifier and Type | Method and Description |
---|---|
double |
get24HoursKp(AbsoluteDate date)
Get the last 24H mean geomagnetic index.
|
double |
getInstantFlux(AbsoluteDate date)
Get the value of the instantaneous solar flux.
|
AbsoluteDate |
getMaxDate()
Gets the available data range maximum date.
|
double |
getMeanFlux(AbsoluteDate date)
Get the value of the mean solar flux.
|
AbsoluteDate |
getMinDate()
Gets the available data range minimum date.
|
double |
getThreeHourlyKP(AbsoluteDate date)
Get the value of the 3 hours geomagnetic index.
|
AbsoluteDate getMinDate() throws OrekitException
OrekitException
- if data cannot be loadedAbsoluteDate getMaxDate() throws OrekitException
OrekitException
- if data cannot be loadeddouble getInstantFlux(AbsoluteDate date) throws OrekitException
date
- the current dateOrekitException
- if the date is out of range of available datadouble getMeanFlux(AbsoluteDate date) throws OrekitException
date
- the current dateOrekitException
- if the date is out of range of available datadouble getThreeHourlyKP(AbsoluteDate date) throws OrekitException
date
- the current dateOrekitException
- if the date is out of range of available datadouble get24HoursKp(AbsoluteDate date) throws OrekitException
date
- the current dateOrekitException
- if the date is out of range of available dataCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.