|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.forces.atmospheres.solarActivity.specialized.DTM2000SolarData
public class DTM2000SolarData
This class represents a solar data container adapted for the DTM2000 atmosphere model
| Constructor Summary | |
|---|---|
DTM2000SolarData(SolarActivityDataProvider solarData)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DTM2000SolarData(SolarActivityDataProvider solarData)
DTM2000 atmosphere model
solarData - input solar data| Method Detail |
|---|
public double getInstantFlux(AbsoluteDate date)
throws OrekitException
getInstantFlux in interface DTM2000InputParametersdate - the current date
OrekitException - if the date is out of range of available data
public double getMeanFlux(AbsoluteDate date)
throws OrekitException
getMeanFlux in interface DTM2000InputParametersdate - the current date
OrekitException - if the date is out of range of available datapublic AbsoluteDate getMinDate()
getMinDate in interface DTM2000InputParameterspublic AbsoluteDate getMaxDate()
getMaxDate in interface DTM2000InputParameters
public double getThreeHourlyKP(AbsoluteDate date)
throws OrekitException
getThreeHourlyKP in interface DTM2000InputParametersdate - the current date
OrekitException - if the date is out of range of available data
public double get24HoursKp(AbsoluteDate date)
throws OrekitException
get24HoursKp in interface DTM2000InputParametersdate - the current date
OrekitException - if the date is out of range of available data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||