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 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.classMariniMurrayModelDeprecated.as of 12.1, replaced byMariniMurrayclassMendesPavlisModelThe Mendes - Pavlis tropospheric delay model for optical techniques.classModifiedSaastamoinenModelThe modified Saastamoinen model.classSaastamoinenModelDeprecated.as of 12.1, replaced byModifiedSaastamoinenModelclassTimeSpanEstimatedTroposphericModelDeprecated.as of 12.1, replaced byTimeSpanEstimatedModelclassViennaOneModelDeprecated.as of 12.1, replaced byViennaOneclassViennaThreeModelDeprecated.as of 12.1, replaced byViennaThreeConstructors 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.
-