isce3 0.25.0
Loading...
Searching...
No Matches
geo2rdr_roots.h
1#pragma once
2
3#include <isce3/core/forward.h>
4
5#include <isce3/geometry/detail/Geo2Rdr.h>
6
7namespace isce3 { namespace geometry {
8
28int geo2rdr_bracket(const isce3::core::Vec3& x, const isce3::core::Orbit& orbit,
29 const isce3::core::LUT2d<double>& doppler, double& aztime,
30 double& range, double wavelength, isce3::core::LookSide side,
31 double tolAzTime = isce3::geometry::detail::DEFAULT_TOL_AZ_TIME,
32 std::optional<double> timeStart = std::nullopt,
33 std::optional<double> timeEnd = std::nullopt);
34
35}} // namespace isce3::geometry
The isce3::geometry namespace.
Definition boundingbox.h:15
int geo2rdr_bracket(const Vec3 &x, const Orbit &orbit, const LUT2d< double > &doppler, double &aztime, double &range, double wavelength, LookSide side, double tolAzTime, std::optional< double > timeStart, std::optional< double > timeEnd)
Solve the inverse mapping problem using a derivative-free method.
Definition geo2rdr_roots.cpp:16
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5

Generated for ISCE3.0 by doxygen 1.13.2.