3#include <isce3/core/forward.h>
5#include <isce3/core/Common.h>
15enum class DryTroposphereModel {
24std::string toString(DryTroposphereModel);
32DryTroposphereModel parseDryTropoModel(
const std::string& s);
44double dryTropoDelayTSX(
const isce3::core::Vec3& p,
const isce3::core::Vec3& llh,
45 const isce3::core::Ellipsoid& ellipsoid);
50#include "DryTroposphereModel.icc"
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5