#include "GroupPathCorrector.hpp"
#include "SimpleTropModel.hpp"
#include "SaasTropModel.hpp"
#include "NBTropModel.hpp"
#include "GGTropModel.hpp"
#include "GGHeightTropModel.hpp"
#include "NeillTropModel.hpp"
#include "GlobalTropModel.hpp"
#include "MetReader.hpp"
#include "YDSTime.hpp"
Go to the source code of this file.
Classes | |
class | gnsstk::TropCorrector< Model > |
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Typedefs | |
typedef TropCorrector< GGHeightTropModel > | gnsstk::GGHeightTropCorrector |
Wrapper for the Goad and Goodman trop model with heights. More... | |
typedef TropCorrector< GGTropModel > | gnsstk::GGTropCorrector |
Wrapper for the Goad and Goodman trop model. More... | |
typedef TropCorrector< GlobalTropModel > | gnsstk::GlobalTropCorrector |
Wrapper for the global trop model (Boehm et al). More... | |
typedef TropCorrector< NBTropModel > | gnsstk::NBTropCorrector |
Wrapper for the Univeristy of New Brunswick trop model. More... | |
typedef TropCorrector< NeillTropModel > | gnsstk::NeillTropCorrector |
Wrapper for the A.E. Neill trop model. More... | |
typedef TropCorrector< SaasTropModel > | gnsstk::SaasTropCorrector |
Wrapper for the Saastamoinen trop model. More... | |
typedef TropCorrector< SimpleTropModel > | gnsstk::SimpleTropCorrector |
Wrapper for the "simple" trop model. More... | |
typedef TropCorrector< ZeroTropModel > | gnsstk::ZeroTropCorrector |
Somewhat pointless wrapper for zero trop correction model. More... | |