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.org.orekit.models.earth.troposphere.iturp834 This package contains class for the troposphere model OTU-4 P.834. -
-
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 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 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.classFixedTroposphericDelayA 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.classMendesPavlisModelThe Mendes - Pavlis tropospheric delay model for optical techniques.classModifiedHopfieldModelThe modified Hopfield model.classModifiedSaastamoinenModelThe modified Saastamoinen model.classTimeSpanEstimatedModelTime span estimated tropospheric model.classViennaOneThe Vienna 1 tropospheric delay model for radio techniques.classViennaThreeThe 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. -
Uses of TroposphericModel in org.orekit.models.earth.troposphere.iturp834
Classes in org.orekit.models.earth.troposphere.iturp834 that implement TroposphericModel Modifier and Type Class Description classITURP834PathDelayThe ITU-R P.834 tropospheric model.
-