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 TroposphericModelBaseRangeRateTroposphericDelayModifier. getTropoModel()Get the tropospheric delay model.protected TroposphericModelBaseRangeTroposphericDelayModifier. 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,AngularRadioRefractionModifiershall 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 classAbstractViennaThe Vienna tropospheric delay model for radio techniques.classAskneNordiusModelThe Askne Nordius model.classCanonicalSaastamoinenModelThe canonical Saastamoinen model.classConstantTroposphericModelDefines a constant tropospheric model.classEstimatedModelAn estimated tropospheric model.classEstimatedTroposphericModelDeprecated.as of 12.1, replaced byEstimatedModelclassFixedTroposphericDelayA static tropospheric model that interpolates the actual tropospheric delay based on values read from a configuration file (tropospheric-delay.txt) via theDataProvidersManager.classMariniMurrayThe Marini-Murray tropospheric delay model for laser ranging.classMariniMurrayModelDeprecated.as of 12.1, replaced byMariniMurrayclassMendesPavlisModelThe Mendes - Pavlis tropospheric delay model for optical techniques.classModifiedHopfieldModelThe modified Hopfield model.classModifiedSaastamoinenModelThe modified Saastamoinen model.classSaastamoinenModelDeprecated.as of 12.1, replaced byModifiedSaastamoinenModelclassTimeSpanEstimatedModelTime span estimated tropospheric model.classTroposphericModelAdapterDeprecated.temporary adapter to be removed whenDiscreteTroposphericModelis removedclassViennaOneThe Vienna 1 tropospheric delay model for radio techniques.classViennaOneModelDeprecated.as of 12.1, replaced byViennaOneclassViennaThreeThe Vienna 3 tropospheric delay model for radio techniques.classViennaThreeModelDeprecated.as of 12.1, replaced byViennaThreeConstructors 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.
-