public interface NRLMSISE00InputParameters extends Serializable
This model needs daily and average F10.7 solar fluxes and Ap geomagnetic indices to compute the local density.
Modifier and Type | Method and Description |
---|---|
double[] |
getAp(AbsoluteDate date)
Get the Ap geomagnetic indices.
|
double |
getAverageFlux(AbsoluteDate date)
Get the value of the 81 day average of F10.7 solar flux centered on current day.
|
double |
getDailyFlux(AbsoluteDate date)
Get the value of the daily F10.7 solar flux for previous day.
|
AbsoluteDate |
getMaxDate()
Gets the available data range maximum date.
|
AbsoluteDate |
getMinDate()
Gets the available data range minimum date.
|
AbsoluteDate getMinDate()
AbsoluteDate getMaxDate()
double getDailyFlux(AbsoluteDate date)
date
- the current datedouble getAverageFlux(AbsoluteDate date)
date
- the current datedouble[] getAp(AbsoluteDate date)
Ap indices are provided as an array such as:
date
- the current dateCopyright © 2002-2022 CS GROUP. All rights reserved.