Uses of Interface
org.orekit.models.earth.DiscreteTroposphericModel
-
Packages that use DiscreteTroposphericModel Package Description org.orekit.estimation.measurements.modifiers org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment. -
-
Uses of DiscreteTroposphericModel in org.orekit.estimation.measurements.modifiers
Methods in org.orekit.estimation.measurements.modifiers with parameters of type DiscreteTroposphericModel Modifier and Type Method Description org.hipparchus.analysis.differentiation.DerivativeStructure[]TroposphericDSConverter. getParameters(FieldSpacecraftState<org.hipparchus.analysis.differentiation.DerivativeStructure> state, DiscreteTroposphericModel tropoModel)Get the tropospheric model parameters.FieldSpacecraftState<org.hipparchus.analysis.differentiation.DerivativeStructure>TroposphericDSConverter. getState(DiscreteTroposphericModel tropoModel)Get the state with the number of parameters consistent with tropospheric model.Constructors in org.orekit.estimation.measurements.modifiers with parameters of type DiscreteTroposphericModel Constructor Description AngularTroposphericDelayModifier(DiscreteTroposphericModel model)Constructor.RangeRateTroposphericDelayModifier(DiscreteTroposphericModel model, boolean tw)Constructor.RangeTroposphericDelayModifier(DiscreteTroposphericModel model)Constructor.TurnAroundRangeTroposphericDelayModifier(DiscreteTroposphericModel model)Constructor. -
Uses of DiscreteTroposphericModel in org.orekit.models.earth
Subinterfaces of DiscreteTroposphericModel in org.orekit.models.earth Modifier and Type Interface Description interfaceTroposphericModelDefines a tropospheric model, used to calculate the path delay imposed to electro-magnetic signals between an orbital satellite and a ground station.Classes in org.orekit.models.earth that implement DiscreteTroposphericModel Modifier and Type Class Description classEstimatedTroposphericModelAn 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.classMariniMurrayModelThe Marini-Murray tropospheric delay model for laser ranging.classMendesPavlisModelThe Mendes - Pavlis tropospheric delay model for optical techniques.classSaastamoinenModelThe modified Saastamoinen model.classViennaOneModelThe Vienna1 tropospheric delay model for radio techniques.classViennaThreeModelThe Vienna3 tropospheric delay model for radio techniques.
-