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) |
SgWetZD_Saastamoinen – an implementation of the wet zenith delay according to Saastamoinen (1973). ====================================================================================================
Definition at line 156 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 133 of file SgZenithDelay.cpp.
References SgZenithDelay::calcVapourPressure(), className(), SgLogger::DBG, SgVlbiStationInfo::getHeight(), SgObjectInfo::getKey(), SgLogger::isEligible(), logger, SgLogger::REFRACTION, SgMeteoData::temperature(), and SgLogger::write().
|
static |
Returns name of the class (for debug output).
Definition at line 125 of file SgZenithDelay.cpp.
Referenced by calc().