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
-
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
Deprecated.as of 12.1, replaced byEstimatedModel
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
Deprecated.as of 12.1, replaced byMariniMurray
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
Deprecated.as of 12.1, replaced byTimeSpanEstimatedModel
class
ViennaOneModel
Deprecated.as of 12.1, replaced byViennaOne
class
ViennaThreeModel
Deprecated.as of 12.1, replaced byViennaThree
Constructors in org.orekit.models.earth.troposphere with parameters of type DiscreteTroposphericModel Constructor Description EstimatedTroposphericModel(DiscreteTroposphericModel hydrostatic, MappingFunction model, double totalDelay)
Deprecated.Build a new instance using the given environmental conditions.TroposphericModelAdapter(DiscreteTroposphericModel model)
Deprecated.Simple constructor.
-