Uses of Interface
org.orekit.models.earth.IonosphericModel
-
Packages that use IonosphericModel Package Description org.orekit.estimation.measurements.modifiers org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment. -
-
Uses of IonosphericModel in org.orekit.estimation.measurements.modifiers
Constructors in org.orekit.estimation.measurements.modifiers with parameters of type IonosphericModel Constructor Description AngularIonosphericDelayModifier(IonosphericModel model)
Constructor.RangeIonosphericDelayModifier(IonosphericModel model)
Constructor.RangeRateIonosphericDelayModifier(IonosphericModel model, boolean twoWay)
Constructor.TurnAroundRangeIonosphericDelayModifier(IonosphericModel model)
Constructor. -
Uses of IonosphericModel in org.orekit.models.earth
Classes in org.orekit.models.earth that implement IonosphericModel Modifier and Type Class Description class
KlobucharIonoModel
Klobuchar ionospheric delay model.
-