Interface JB2006InputParameters
-
- All Superinterfaces:
Serializable
public interface JB2006InputParameters extends Serializable
Interface for solar activity and magnetic activity data.- Author:
- Fabien Maussion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAp(AbsoluteDate date)Get the Geomagnetic planetary 3-hour index Ap.doublegetF10(AbsoluteDate date)Get the value of the instantaneous solar flux index (1e-22*Watt/(m²*Hertz)).doublegetF10B(AbsoluteDate date)Get the value of the mean solar flux.AbsoluteDategetMaxDate()Gets the available data range maximum date.AbsoluteDategetMinDate()Gets the available data range minimum date.doublegetS10(AbsoluteDate date)Get the EUV index (26-34 nm) scaled to F10.doublegetS10B(AbsoluteDate date)Get the EUV 81-day averaged centered index.doublegetXM10(AbsoluteDate date)Get the MG2 index scaled to F10.doublegetXM10B(AbsoluteDate date)Get the MG2 81-day average centered index.
-
-
-
Method Detail
-
getF10
double getF10(AbsoluteDate date)
Get the value of the instantaneous solar flux index (1e-22*Watt/(m²*Hertz)). Tabular time 1.0 day earlier.- Parameters:
date- the current date- Returns:
- the instantaneous F10.7 index
-
getF10B
double getF10B(AbsoluteDate date)
Get the value of the mean solar flux. Averaged 81-day centered F10.7 B index on the input time.- Parameters:
date- the current date- Returns:
- the mean solar flux F10.7B index
-
getS10
double getS10(AbsoluteDate date)
Get the EUV index (26-34 nm) scaled to F10. Tabular time 1 day earlier.- Parameters:
date- the current date- Returns:
- the the EUV S10 index
-
getS10B
double getS10B(AbsoluteDate date)
Get the EUV 81-day averaged centered index.- Parameters:
date- the current date- Returns:
- the the mean EUV S10B index
-
getXM10
double getXM10(AbsoluteDate date)
Get the MG2 index scaled to F10.- Parameters:
date- the current date- Returns:
- the the EUV S10 index
-
getXM10B
double getXM10B(AbsoluteDate date)
Get the MG2 81-day average centered index. Tabular time 5.0 days earlier.- Parameters:
date- the current date- Returns:
- the the mean EUV S10B index
-
getAp
double getAp(AbsoluteDate date)
Get the Geomagnetic planetary 3-hour index Ap. Tabular time 6.7 hours earlier.- Parameters:
date- the current date- Returns:
- the Ap index
-
getMinDate
AbsoluteDate getMinDate()
Gets the available data range minimum date.- Returns:
- the minimum date.
-
getMaxDate
AbsoluteDate getMaxDate()
Gets the available data range maximum date.- Returns:
- the maximum date.
-
-