|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MSISE2000InputParameters
Container for solar activity data, compatible with MSISE2000 Atmosphere model.
This model needs mean and instantaneous solar flux and geomagnetic incides to
compute the local density.
| Method Summary | |
|---|---|
double[] |
getApValues(AbsoluteDate date)
Get the array containing the 7 ap values |
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 81 day average of F10.7 flux. |
AbsoluteDate |
getMinDate()
Gets the available data range minimum date. |
| Method Detail |
|---|
AbsoluteDate getMinDate()
AbsoluteDate getMaxDate()
double getInstantFlux(AbsoluteDate date)
throws OrekitException
date - the current date
OrekitException - if the date is out of range of available data
double getMeanFlux(AbsoluteDate date)
throws OrekitException
date - the current date
OrekitException - if the date is out of range of available data
double[] getApValues(AbsoluteDate date)
throws OrekitException
date - 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 | |||||||||