9 #include <isce3/core/forward.h>
18 const std::valarray<double> & x,
19 const std::valarray<double> & y,
20 const std::valarray<double> & hgt,
21 std::valarray<float> & azoff,
22 std::valarray<float> & rgoff,
23 int topoEPSG,
size_t lineStart,
24 size_t blockWidth,
double t0,
double r0,
25 size_t length,
size_t width,
double prf,
26 double rangePixelSpacing,
double wavelength,
28 double threshold,
double numiter,
29 unsigned int & totalconv);
Data structure to store Ellipsoid information.
Definition: Ellipsoid.h:20
LookSide
Side that radar looks at, Left or Right.
Definition: LookSide.h:13
Sequence of platform ephemeris samples (state vectors) with uniform temporal spacing, supporting efficient lookup and interpolation.
Definition: Orbit.h:43