isce3 0.25.0
Loading...
Searching...
No Matches
DryTroposphereModel.h
1#pragma once
2
3#include <isce3/core/forward.h>
4
5#include <isce3/core/Common.h>
6#include <string>
7
8namespace isce3 {
9namespace focus {
10
15enum class DryTroposphereModel {
17 NoDelay = 0,
18
20 TSX,
21};
22
24std::string toString(DryTroposphereModel);
25
32DryTroposphereModel parseDryTropoModel(const std::string& s);
33
43CUDA_HOSTDEV
44double dryTropoDelayTSX(const isce3::core::Vec3& p, const isce3::core::Vec3& llh,
45 const isce3::core::Ellipsoid& ellipsoid);
46
47} // namespace focus
48} // namespace isce3
49
50#include "DryTroposphereModel.icc"
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5

Generated for ISCE3.0 by doxygen 1.13.2.