Class NeQuickGIonosphericCorrection
java.lang.Object
org.orekit.files.rinex.navigation.IonosphericCorrection
org.orekit.files.rinex.navigation.NeQuickGIonosphericCorrection
Container for NeQuick G ionospheric corrections.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionNeQuickGIonosphericCorrection(IonosphericCorrectionType type, char timeMark, double[] neQuickAlpha) Constructor. -
Method Summary
Methods inherited from class org.orekit.files.rinex.navigation.IonosphericCorrection
getTimeMark, getType
-
Constructor Details
-
Method Details
-
getNeQuickAlpha
public double[] getNeQuickAlpha()Get the α ionospheric parameters.They are used to initialize the
NeQuickModel.- Returns:
- the α ionospheric parameters or null if not initialized
-