GGHeightTropModel.hpp
Go to the documentation of this file.
1 //==============================================================================
2 //
3 // This file is part of GNSSTk, the ARL:UT GNSS Toolkit.
4 //
5 // The GNSSTk is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU Lesser General Public License as published
7 // by the Free Software Foundation; either version 3.0 of the License, or
8 // any later version.
9 //
10 // The GNSSTk is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU Lesser General Public License for more details.
14 //
15 // You should have received a copy of the GNU Lesser General Public
16 // License along with GNSSTk; if not, write to the Free Software Foundation,
17 // Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
18 //
19 // This software was developed by Applied Research Laboratories at the
20 // University of Texas at Austin.
21 // Copyright 2004-2022, The Board of Regents of The University of Texas System
22 //
23 //==============================================================================
24 
25 //==============================================================================
26 //
27 // This software was developed by Applied Research Laboratories at the
28 // University of Texas at Austin, under contract to an agency or agencies
29 // within the U.S. Department of Defense. The U.S. Government retains all
30 // rights to use, duplicate, distribute, disclose, or release this software.
31 //
32 // Pursuant to DoD Directive 523024
33 //
34 // DISTRIBUTION STATEMENT A: This software has been approved for public
35 // release, distribution is unlimited.
36 //
37 //==============================================================================
38 
39 
40 #ifndef GG_HEIGHT_TROP_MODEL_HPP
41 #define GG_HEIGHT_TROP_MODEL_HPP
42 
43 #include "TropModel.hpp"
44 
45 namespace gnsstk
46 {
47  //---------------------------------------------------------------------------------
78  {
79  public:
82 
88 
95  GGHeightTropModel(const double& T,
96  const double& P,
97  const double& H);
98 
108  GGHeightTropModel(const double& T,
109  const double& P,
110  const double& H,
111  const double hT,
112  const double hP,
113  const double hH);
114 
116  virtual std::string name()
117  { return std::string("GGHeight"); }
118 
120  virtual double correction(double elevation) const;
121 
123  virtual double correction(const Position& RX,
124  const Position& SV,
125  const CommonTime& tt);
126 
128  virtual double correction(const Xvt& RX,
129  const Xvt& SV,
130  const CommonTime& tt);
131 
133  virtual double dry_zenith_delay() const;
134 
136  virtual double wet_zenith_delay() const;
137 
139  virtual double dry_mapping_function(double elevation) const;
140 
142  virtual double wet_mapping_function(double elevation) const;
143 
145  virtual void setWeather(const double& T,
146  const double& P,
147  const double& H);
148 
150  virtual void setWeather(const WxObservation& wx);
151 
158  void setHeights(const double& hT,
159  const double& hP,
160  const double& hH);
161 
163  void setReceiverHeight(const double& ht);
164 
165  private:
166  double height;
167  double htemp;
168  double hpress;
169  double hhumid;
173  };
174 }
175 
176 #endif
gnsstk::GGHeightTropModel::dry_zenith_delay
virtual double dry_zenith_delay() const
Definition: GGHeightTropModel.cpp:123
gnsstk::GGHeightTropModel::GGHeightTropModel
GGHeightTropModel()
Empty constructor.
Definition: GGHeightTropModel.cpp:52
gnsstk::GGHeightTropModel::wet_zenith_delay
virtual double wet_zenith_delay() const
Definition: GGHeightTropModel.cpp:143
gnsstk::GGHeightTropModel::correction
virtual double correction(double elevation) const
Definition: GGHeightTropModel.cpp:89
gnsstk::GGHeightTropModel::setHeights
void setHeights(const double &hT, const double &hP, const double &hH)
Definition: GGHeightTropModel.cpp:288
gnsstk::GGHeightTropModel::hhumid
double hhumid
height (m) at which humid applies
Definition: GGHeightTropModel.hpp:169
gnsstk::TropModel
Definition: TropModel.hpp:105
gnsstk::WxObservation
A Single Weather Observation.
Definition: WxObsMap.hpp:55
gnsstk::GGHeightTropModel::hpress
double hpress
height (m) at which press applies
Definition: GGHeightTropModel.hpp:168
TropModel.hpp
gnsstk
For Sinex::InputHistory.
Definition: BasicFramework.cpp:50
gnsstk::GGHeightTropModel::validRxHeight
bool validRxHeight
flag for valid receiver height
Definition: GGHeightTropModel.hpp:172
gnsstk::GGHeightTropModel::setReceiverHeight
void setReceiverHeight(const double &ht)
Definition: GGHeightTropModel.cpp:300
gnsstk::GGHeightTropModel::name
virtual std::string name()
Return the name of the model.
Definition: GGHeightTropModel.hpp:116
gnsstk::CommonTime
Definition: CommonTime.hpp:84
gnsstk::Xvt
Definition: Xvt.hpp:60
gnsstk::TrackingCode::P
@ P
Legacy GPS precise code.
gnsstk::GGHeightTropModel::height
double height
height (m) of the receiver
Definition: GGHeightTropModel.hpp:166
gnsstk::Position
Definition: Position.hpp:136
gnsstk::GGHeightTropModel::dry_mapping_function
virtual double dry_mapping_function(double elevation) const
Definition: GGHeightTropModel.cpp:167
gnsstk::GGHeightTropModel::htemp
double htemp
height (m) at which temp applies
Definition: GGHeightTropModel.hpp:167
gnsstk::GGHeightTropModel::validHeights
bool validHeights
flag for valid height
Definition: GGHeightTropModel.hpp:171
gnsstk::GGHeightTropModel::setWeather
virtual void setWeather(const double &T, const double &P, const double &H)
Definition: GGHeightTropModel.cpp:254
gnsstk::GGHeightTropModel::validWeather
bool validWeather
flag for valid weather
Definition: GGHeightTropModel.hpp:170
gnsstk::GGHeightTropModel::wet_mapping_function
virtual double wet_mapping_function(double elevation) const
Definition: GGHeightTropModel.cpp:210
gnsstk::GGHeightTropModel
Definition: GGHeightTropModel.hpp:77


gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39