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


Definition at line 286 of file TropModel.hpp.
Public Member Functions | |
| SimpleTropModel (void) | |
| Empty constructor. | |
| SimpleTropModel (const WxObservation &wx) throw (InvalidParameter) | |
| Creates a trop model, with weather observation input. | |
| SimpleTropModel (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 165 of file TropModel.cpp. References SimpleTropModel::setWeather(). |
|
|
Creates a trop model, with weather observation input.
Definition at line 177 of file TropModel.cpp. |
|
||||||||||||||||
|
Create a tropospheric model from explicit weather data.
Definition at line 188 of file TropModel.cpp. |
|
|
Compute and return the mapping function for dry component of the troposphere.
Implements TropModel. Definition at line 250 of file TropModel.cpp. References gpstk::cos(), GPSTK_THROW, and SQRT. |
|
|
Compute and return the zenith delay for dry component of the troposphere.
Implements TropModel. Definition at line 227 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 220 of file TropModel.cpp. |
|
||||||||||||||||
|
Re-define the tropospheric model with explicit weather data. Typically called just before correction().
Reimplemented from TropModel. Definition at line 202 of file TropModel.cpp. References WGS84Geoid::a(), and gpstk::exp(). Referenced by SimpleTropModel::SimpleTropModel(). |
|
|
Compute and return the mapping function for wet component of the troposphere.
Implements TropModel. Definition at line 267 of file TropModel.cpp. References gpstk::cos(), GPSTK_THROW, and SQRT. |
|
|
Compute and return the zenith delay for wet component of the troposphere.
Implements TropModel. Definition at line 237 of file TropModel.cpp. References GPSTK_THROW. |
1.3.9.1