General Purpose Geodetic Library
|
#include <SgZenithDelay.h>
Public Member Functions | |
virtual double | calc (const SgMeteoData &meteo, const SgVlbiStationInfo *stnInfo) |
![]() | |
SgZenithDelay () | |
virtual | ~SgZenithDelay () |
double | k1 () const |
double | k2 () const |
double | k3 () const |
Static Public Member Functions | |
static const QString | className () |
![]() | |
static const QString | className () |
static double | calcVapourPressure (const SgMeteoData &meteo, const SgVlbiStationInfo *stnInfo) |
SgDryZD_Saastamoinen – an implementation of the hydrostatic zenith delay according to Saastamoinen (1972). ====================================================================================================
Definition at line 125 of file SgZenithDelay.h.
|
virtual |
Calcs hydrostatic zenith delay.
meteo | is a meteodata; |
stnInfo | is a pointer to the SgStationInfo. |
Reimplemented from SgZenithDelay.
Definition at line 95 of file SgZenithDelay.cpp.
References className(), SgLogger::DBG, SgVlbiStationInfo::getHeight(), SgObjectInfo::getKey(), SgVlbiStationInfo::getLatitude(), SgLogger::isEligible(), logger, SgMeteoData::pressure(), RAD2DEG, SgLogger::REFRACTION, and SgLogger::write().
|
static |
Returns name of the class (for debug output).
Definition at line 87 of file SgZenithDelay.cpp.
Referenced by calc().