Uses of Interface
org.orekit.models.earth.ionosphere.IonosphericModel
-
Packages that use IonosphericModel Package Description org.orekit.estimation.measurements.modifiers This package provides measurement modifier.org.orekit.models.earth.ionosphere This package provides models that simulate the impact of the ionosphere. -
-
Uses of IonosphericModel in org.orekit.estimation.measurements.modifiers
Methods in org.orekit.estimation.measurements.modifiers that return IonosphericModel Modifier and Type Method Description protected IonosphericModelBaseRangeIonosphericDelayModifier. getIonoModel()Get the ionospheric delay model.protected IonosphericModelBaseRangeRateIonosphericDelayModifier. getIonoModel()Get the ionospheric delay model.Constructors in org.orekit.estimation.measurements.modifiers with parameters of type IonosphericModel Constructor Description AngularIonosphericDelayModifier(IonosphericModel model, double freq)Constructor.BaseRangeIonosphericDelayModifier(IonosphericModel model, double freq)Constructor.BaseRangeRateIonosphericDelayModifier(IonosphericModel model, double freq)Constructor.BistaticRangeIonosphericDelayModifier(IonosphericModel model, double freq)Constructor.BistaticRangeRateIonosphericDelayModifier(IonosphericModel model, double freq)Constructor.PhaseIonosphericDelayModifier(IonosphericModel model, double freq)Constructor.RangeIonosphericDelayModifier(IonosphericModel model, double freq)Constructor.RangeRateIonosphericDelayModifier(IonosphericModel model, double freq, boolean twoWay)Constructor.TDOAIonosphericDelayModifier(IonosphericModel model, double freq)Constructor.TurnAroundRangeIonosphericDelayModifier(IonosphericModel model, double freq)Constructor. -
Uses of IonosphericModel in org.orekit.models.earth.ionosphere
Classes in org.orekit.models.earth.ionosphere that implement IonosphericModel Modifier and Type Class Description classEstimatedIonosphericModelAn estimated ionospheric model.classGlobalIonosphereMapModelGlobal Ionosphere Map (GIM) model.classKlobucharIonoModelKlobuchar ionospheric delay model.classNeQuickModelNeQuick ionospheric delay model.classSsrVtecIonosphericModelIonospheric model based on SSR IM201 message.
-