Uses of Interface
org.orekit.models.earth.TroposphericCorrection

Packages that use TroposphericCorrection
fr.cnes.sirius.patrius.signalpropagation   
org.orekit.models.earth This package provides models that simulate certain physical phenomena experienced in the atmosphere of the earth. 
 

Uses of TroposphericCorrection in fr.cnes.sirius.patrius.signalpropagation
 

Classes in fr.cnes.sirius.patrius.signalpropagation that implement TroposphericCorrection
 class AzoulayModel
          This class is a tropospheric correction model that implements the TroposphericCorrection and AngularCorrection interfaces to correct a signal with the Azoulay model.
 

Methods in fr.cnes.sirius.patrius.signalpropagation with parameters of type TroposphericCorrection
 double SignalPropagationModel.getSignalTropoCorrection(TroposphericCorrection correction, SignalPropagation signal, TopocentricFrame topo)
          Computes the tropospheric effects corrections to be applied to a given PropagationSignal object.
 

Uses of TroposphericCorrection in org.orekit.models.earth
 

Classes in org.orekit.models.earth that implement TroposphericCorrection
 class FixedDelayModel
          A static tropospheric model that interpolates the actual tropospheric delay based on values read from a configuration file (tropospheric-delay.txt) via the DataProvidersManager.
 



Copyright © 2017 CNES. All Rights Reserved.