Uses of Interface
org.orekit.models.earth.troposphere.TroposphericModel
-
Packages that use TroposphericModel 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 TroposphericModel in org.orekit.estimation.measurements.modifiers
Methods in org.orekit.estimation.measurements.modifiers that return TroposphericModel Modifier and Type Method Description protected TroposphericModel
BaseRangeRateTroposphericDelayModifier. getTropoModel()
Get the tropospheric delay model.protected TroposphericModel
BaseRangeTroposphericDelayModifier. getTropoModel()
Get the tropospheric delay model.Constructors in org.orekit.estimation.measurements.modifiers with parameters of type TroposphericModel Constructor Description BaseRangeRateTroposphericDelayModifier(TroposphericModel model)
Constructor.BaseRangeTroposphericDelayModifier(TroposphericModel model)
Constructor.BistaticRangeRateTroposphericDelayModifier(TroposphericModel model)
Constructor.BistaticRangeTroposphericDelayModifier(TroposphericModel model)
Constructor.PhaseTroposphericDelayModifier(TroposphericModel model)
Constructor.RangeRateTroposphericDelayModifier(TroposphericModel model, boolean tw)
Constructor.RangeTroposphericDelayModifier(TroposphericModel model)
Constructor.TDOATroposphericDelayModifier(TroposphericModel model)
Constructor.TurnAroundRangeTroposphericDelayModifier(TroposphericModel model)
Constructor. -
Uses of TroposphericModel in org.orekit.models.earth.troposphere
Classes in org.orekit.models.earth.troposphere that implement TroposphericModel Modifier and Type Class Description class
AbstractVienna
The Vienna tropospheric delay model for radio techniques.class
AskneNordiusModel
The Askne Nordius model.class
CanonicalSaastamoinenModel
The canonical Saastamoinen model.class
ConstantTroposphericModel
Defines a constant tropospheric model.class
EstimatedModel
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
MariniMurray
The Marini-Murray tropospheric delay model for laser ranging.class
MendesPavlisModel
The Mendes - Pavlis tropospheric delay model for optical techniques.class
ModifiedHopfieldModel
The modified Hopfield model.class
ModifiedSaastamoinenModel
The modified Saastamoinen model.class
TimeSpanEstimatedModel
Time span estimated tropospheric model.class
ViennaOne
The Vienna 1 tropospheric delay model for radio techniques.class
ViennaThree
The Vienna 3 tropospheric delay model for radio techniques.Constructors in org.orekit.models.earth.troposphere with parameters of type TroposphericModel Constructor Description AbstractVienna(ViennaAProvider aProvider, AzimuthalGradientProvider gProvider, TroposphericModel zenithDelayProvider, TimeScale utc)
Build a new instance.EstimatedModel(TroposphericModel hydrostatic, TroposphereMappingFunction model, double totalDelay)
Build a new instance using the given environmental conditions.ViennaOne(ViennaAProvider aProvider, AzimuthalGradientProvider gProvider, TroposphericModel zenithDelayProvider, TimeScale utc)
Build a new instance.ViennaThree(ViennaAProvider aProvider, AzimuthalGradientProvider gProvider, TroposphericModel zenithDelayProvider, TimeScale utc)
Build a new instance.
-