Class ITURP834PathDelay

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

public class ITURP834PathDelay extends Object implements TroposphericModel
The ITU-R P.834 tropospheric model.

This class implements the excess radio path length part of the model, i.e. section 6 of the recommendation. The ray bending part of the model, i.e. section 1 of the recommendation, is implemented in the ITURP834AtmosphericRefraction class.

Since:
13.0
Author:
Luc Maisonobe
See Also:
  • Constructor Details

    • ITURP834PathDelay

      public ITURP834PathDelay(PressureTemperatureHumidityProvider pthProvider, TimeScale utc)
      Simple constructor.
      Parameters:
      pthProvider - provider for pressure, temperature and humidity
      utc - UTC time scale
  • Method Details