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 AngularTroposphericDelayModifier(TroposphericModel model)
Deprecated.as of 12.1,AngularRadioRefractionModifier
shall be used to handle tropospheric effect on angular measurementsBaseRangeRateTroposphericDelayModifier(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
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
MariniMurray
The Marini-Murray tropospheric delay model for laser ranging.class
MariniMurrayModel
Deprecated.as of 12.1, replaced byMariniMurray
class
MendesPavlisModel
The Mendes - Pavlis tropospheric delay model for optical techniques.class
ModifiedHopfieldModel
The modified Hopfield model.class
ModifiedSaastamoinenModel
The modified Saastamoinen model.class
SaastamoinenModel
Deprecated.as of 12.1, replaced byModifiedSaastamoinenModel
class
TimeSpanEstimatedModel
Time span estimated tropospheric model.class
TroposphericModelAdapter
Deprecated.temporary adapter to be removed whenDiscreteTroposphericModel
is removedclass
ViennaOne
The Vienna 1 tropospheric delay model for radio techniques.class
ViennaOneModel
Deprecated.as of 12.1, replaced byViennaOne
class
ViennaThree
The Vienna 3 tropospheric delay model for radio techniques.class
ViennaThreeModel
Deprecated.as of 12.1, replaced byViennaThree
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.
-