#include <TropModel.hpp>
Inheritance diagram for GGTropModel:


Definition at line 357 of file TropModel.hpp.
Public Member Functions | |
| GGTropModel (void) | |
| Empty constructor. | |
| GGTropModel (const WxObservation &wx) throw (InvalidParameter) | |
| Creates a trop model, with weather observation input. | |
| GGTropModel (const double &T, const double &P, const double &H) throw (InvalidParameter) | |
| Create a tropospheric model from explicit weather data. | |
| virtual double | dry_zenith_delay (void) const throw (InvalidTropModel) |
| Compute and return the zenith delay for dry component of the troposphere. | |
| virtual double | wet_zenith_delay (void) const throw (InvalidTropModel) |
| Compute and return the zenith delay for wet component of the troposphere. | |
| virtual double | dry_mapping_function (double elevation) const throw (InvalidTropModel) |
| Compute and return the mapping function for dry component of the troposphere. | |
| virtual double | wet_mapping_function (double elevation) const throw (InvalidTropModel) |
| Compute and return the mapping function for wet component of the troposphere. | |
| virtual void | setWeather (const double &T, const double &P, const double &H) throw (InvalidParameter) |
| Re-define the tropospheric model with explicit weather data. | |
| virtual void | setWeather (const WxObservation &wx) throw (InvalidParameter) |
| Re-define the tropospheric model with explicit weather data. | |
|
|
Empty constructor.
Definition at line 293 of file TropModel.cpp. |
|
|
Creates a trop model, with weather observation input.
Definition at line 305 of file TropModel.cpp. |
|
||||||||||||||||
|
Create a tropospheric model from explicit weather data.
Definition at line 316 of file TropModel.cpp. |
|
|
Compute and return the mapping function for dry component of the troposphere.
Implements TropModel. Definition at line 343 of file TropModel.cpp. References WGS84Geoid::a(), gpstk::cos(), GPSTK_THROW, gpstk::sin(), and SQRT. |
|
|
Compute and return the zenith delay for dry component of the troposphere.
Implements TropModel. Definition at line 325 of file TropModel.cpp. References GPSTK_THROW. |
|
|
Re-define the tropospheric model with explicit weather data. Typically called just before correction().
Reimplemented from TropModel. Definition at line 436 of file TropModel.cpp. |
|
||||||||||||||||
|
Re-define the tropospheric model with explicit weather data. Typically called initially, and whenever the weather changes.
Reimplemented from TropModel. Definition at line 415 of file TropModel.cpp. References gpstk::exp(). |
|
|
Compute and return the mapping function for wet component of the troposphere.
Implements TropModel. Definition at line 380 of file TropModel.cpp. References WGS84Geoid::a(), gpstk::cos(), GPSTK_THROW, gpstk::sin(), and SQRT. |
|
|
Compute and return the zenith delay for wet component of the troposphere.
Implements TropModel. Definition at line 334 of file TropModel.cpp. References GPSTK_THROW. |
1.3.9.1