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 IonosphericModel
BaseRangeIonosphericDelayModifier. getIonoModel()
Get the ionospheric delay model.protected IonosphericModel
BaseRangeRateIonosphericDelayModifier. 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 class
EstimatedIonosphericModel
An estimated ionospheric model.class
GlobalIonosphereMapModel
Global Ionosphere Map (GIM) model.class
KlobucharIonoModel
Klobuchar ionospheric delay model.class
NeQuickModel
NeQuick ionospheric delay model.class
SsrVtecIonosphericModel
Ionospheric model based on SSR IM201 message.
-