org.orekit.forces.drag
Interface JB2006InputParameters

All Superinterfaces:
java.io.Serializable

public interface JB2006InputParameters
extends java.io.Serializable

Interface for solar activity and magnetic activity data.

Version:
$Revision:1665 $ $Date:2008-06-11 12:12:59 +0200 (mer., 11 juin 2008) $
Author:
Fabien Maussion

Method Summary
 double getAp(AbsoluteDate date)
          Get the Geomagnetic planetary 3-hour index Ap.
 double getF10(AbsoluteDate date)
          Get the value of the instantaneous solar flux index (1e-22*Watt/(m2*Hertz)).
 double getF10B(AbsoluteDate date)
          Get the value of the mean solar flux.
 AbsoluteDate getMaxDate()
          Gets the available data range maximum date.
 AbsoluteDate getMinDate()
          Gets the available data range minimum date.
 double getS10(AbsoluteDate date)
          Get the EUV index (26-34 nm) scaled to F10.
 double getS10B(AbsoluteDate date)
          Get the EUV 81-day averaged centered index.
 double getXM10(AbsoluteDate date)
          Get the MG2 index scaled to F10.
 double getXM10B(AbsoluteDate date)
          Get the MG2 81-day average centered index.
 

Method Detail

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.

getF10

double getF10(AbsoluteDate date)
Get the value of the instantaneous solar flux index (1e-22*Watt/(m2*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


Copyright © 2002-2010 CS Communication & Systèmes. All Rights Reserved.