9 #ifndef _atm_RadiosondeDBProfileModel_h_
10 #define _atm_RadiosondeDBProfileModel_h_
13 #include <atm/VProfileModel.h>
14 #include <utl/AugerUnits.h>
84 #endif // _atm_RadiosondeDBProfileModel_h_
Molecular profile taken from radiosonde database.
REGISTER_MODEL(atm::VProfileModel,"RadiosondeDB", RadiosondeDBProfileModel)
bool HasData() const
True if a data source is for the given model.
const atm::ProfileResult & EvaluatePressureVsHeight() const
Table of air pressure as a function of height.
A TimeStamp holds GPS second and nanosecond for some event.
RadiosondeDBProfileModel()
const ProfileResult & EvaluateVaporPressureVsHeight() const
Table of vapor pressure as a function of height.
const atm::ProfileResult & EvaluateHeightVsDepth() const
Table of height as a function of depth.
Class describing the Atmospheric profile.
bool CheckForUpdates() const
const atm::ProfileResult & EvaluateTemperatureVsHeight() const
Table of temperature as a function of height.
const atm::ProfileResult & EvaluateDensityVsHeight() const
Table of density as a function of height.
const ProfileResult & EvaluateDepthVsHeight() const
Table of depth as a function of height.
const atm::ProfileResult & EvaluateRefractionIndexVsHeight() const
Table of refraction index as a function of height.
utl::TimeStamp fCurrentTime
Base class for a Profile Model.