Class ModifiedSaastamoinenModel

java.lang.Object
org.orekit.models.earth.troposphere.ModifiedSaastamoinenModel
All Implemented Interfaces:
TroposphericModel, ParameterDriversProvider

public class ModifiedSaastamoinenModel extends Object implements TroposphericModel
The modified Saastamoinen model. Estimates the path delay imposed to electro-magnetic signals by the troposphere according to the formula: \[ \delta = \frac{0.002277}{\cos z} \left[P+(\frac{1255}{T}+0.05)e - B(h) \tan^2 z\right] \] with the following input data provided to the model:
  • z: zenith angle
  • P: atmospheric pressure
  • T: temperature
  • e: partial pressure of water vapour
  • B, δR: correction terms

The model supports custom δR correction terms to be read from a configuration file (saastamoinen-correction.txt) via the DataProvidersManager.

Since:
12.0
Author:
Thomas Neidhart
See Also:
  • "Guochang Xu, GPS - Theory, Algorithms and Applications, Springer, 2007"