Uses of Interface
org.orekit.models.earth.troposphere.DiscreteTroposphericModel
-
Packages that use DiscreteTroposphericModel Package Description org.orekit.estimation.measurements.modifiers This package provides measurement modifier.org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere. -
-
Uses of DiscreteTroposphericModel in org.orekit.estimation.measurements.modifiers
Methods in org.orekit.estimation.measurements.modifiers that return DiscreteTroposphericModel Modifier and Type Method Description protected DiscreteTroposphericModel
BaseRangeRateTroposphericDelayModifier. getTropoModel()
Get the tropospheric delay model.protected DiscreteTroposphericModel
BaseRangeTroposphericDelayModifier. getTropoModel()
Get the tropospheric delay model.Constructors in org.orekit.estimation.measurements.modifiers with parameters of type DiscreteTroposphericModel Constructor Description AngularTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.BaseRangeRateTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.BaseRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.BistaticRangeRateTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.BistaticRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.PhaseTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.RangeRateTroposphericDelayModifier(DiscreteTroposphericModel model, boolean tw)
Constructor.RangeTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.TDOATroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor.TurnAroundRangeTroposphericDelayModifier(DiscreteTroposphericModel model)
Constructor. -
Uses of DiscreteTroposphericModel in org.orekit.models.earth.troposphere
Classes in org.orekit.models.earth.troposphere that implement DiscreteTroposphericModel Modifier and Type Class Description class
EstimatedTroposphericModel
An estimated tropospheric model.class
FixedTroposphericDelay
A static tropospheric model that interpolates the actual tropospheric delay based on values read from a configuration file (tropospheric-delay.txt) via theDataProvidersManager
.class
MariniMurrayModel
The Marini-Murray tropospheric delay model for laser ranging.class
MendesPavlisModel
The Mendes - Pavlis tropospheric delay model for optical techniques.class
ModifiedSaastamoinenModel
The modified Saastamoinen model.class
SaastamoinenModel
Deprecated.as of 12.1, replaced byModifiedSaastamoinenModel
class
TimeSpanEstimatedTroposphericModel
Time span estimated tropospheric model.class
ViennaOneModel
The Vienna1 tropospheric delay model for radio techniques.class
ViennaThreeModel
The Vienna3 tropospheric delay model for radio techniques.
-