10 #include <isce3/geometry/forward.h>
11 #include <isce3/geometry/Topo.h>
23 bool nativeDoppler =
false) :
24 isce3::geometry::
Topo(product, frequency, nativeDoppler){}
37 isce3::geometry::
Topo(ellps, orbit, doppler, meta) {}
61 size_t _linesPerBlock = 1000;
const isce3::core::LUT2d< double > & doppler() const
Get the doppler module used for processing.
Definition: Topo.h:356
Data structure to store Ellipsoid information.
Definition: Ellipsoid.h:20
Definition: DEMInterpolator.h:22
Definition: RadarGridParameters.h:15
const isce3::core::Orbit & orbit() const
Get the orbits used for processing.
Definition: Topo.h:352
Topo(const isce3::core::Ellipsoid &ellps, const isce3::core::Orbit &orbit, const isce3::core::LUT2d< double > &doppler, const isce3::core::Metadata &meta)
Constructor from isce3::core objects.
Definition: Topo.h:33
const isce3::core::Ellipsoid & ellipsoid() const
Get the ellipsoid used for processing.
Definition: Topo.h:354
Definition: TopoLayers.h:15
void topo(isce3::io::Raster &, const std::string &)
Run topo - main entrypoint; internal creation of topo rasters.
Definition: Topo.cpp:45
Transformer from radar geometry coordinates to map coordinates with DEM / reference altitude on GPU...
Definition: Topo.h:17
Sequence of platform ephemeris samples (state vectors) with uniform temporal spacing, supporting efficient lookup and interpolation.
Definition: Orbit.h:43
Topo(const isce3::product::Product &product, char frequency= 'A', bool nativeDoppler=false)
Constructor from Product.
Definition: Topo.h:21
Data structure meant to handle Raster I/O operations.
Definition: Raster.h:34
Transformer from radar geometry coordinates to map coordinates with DEM / reference altitude...
Definition: Topo.h:33