4#include <isce3/core/forward.h>
8#include <isce3/geometry/detail/Rdr2Geo.h>
35 const isce3::core::Orbit& orbit,
36 const isce3::geometry::DEMInterpolator& dem,
37 isce3::core::Vec3& targetXYZ,
double wavelength,
38 isce3::core::LookSide side,
39 double tolHeight = isce3::geometry::detail::DEFAULT_TOL_HEIGHT,
40 double lookMin = 0.0,
double lookMax = M_PI / 2);
The isce3::geometry namespace.
Definition boundingbox.h:15
int rdr2geo_bracket(double aztime, double slantRange, double doppler, const Orbit &orbit, const DEMInterpolator &dem, Vec3 &targetXYZ, double wavelength, LookSide side, double tolHeight, double lookMin, double lookMax)
Transform from radar coordinates (range, azimuth) to ECEF XYZ coordinates.
Definition rdr2geo_roots.cpp:14
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5