Class NeQuickGIonosphericCorrection
- java.lang.Object
-
- org.orekit.files.rinex.navigation.IonosphericCorrection
-
- org.orekit.files.rinex.navigation.NeQuickGIonosphericCorrection
-
public class NeQuickGIonosphericCorrection extends IonosphericCorrection
Container for NeQuick G ionospheric corrections.- Since:
- 14.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description NeQuickGIonosphericCorrection(IonosphericCorrectionType type, char timeMark, double[] neQuickAlpha)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]getNeQuickAlpha()Get the α ionospheric parameters.-
Methods inherited from class org.orekit.files.rinex.navigation.IonosphericCorrection
getTimeMark, getType
-
-
-
-
Constructor Detail
-
NeQuickGIonosphericCorrection
public NeQuickGIonosphericCorrection(IonosphericCorrectionType type, char timeMark, double[] neQuickAlpha)
Constructor.- Parameters:
type- ionospheric correction typetimeMark- time mark (A: 00h-01h, B: 01h-02h…, X: 23h-24h)neQuickAlpha- the α ionospheric parameters to set
-
-
Method Detail
-
getNeQuickAlpha
public double[] getNeQuickAlpha()
Get the α ionospheric parameters.They are used to initialize the
NeQuickModel.- Returns:
- the α ionospheric parameters or null if not initialized
-
-