We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d400197 + 019ff27 commit 73edde3Copy full SHA for 73edde3
python/extensions/pybind_isce3/cuda/geometry/rdr2geo.cpp
@@ -46,7 +46,7 @@ void addbinding(py::class_<Topo> & pyRdr2Geo)
46
py::arg("extraiter") = 10,
47
py::arg("dem_interp_method") = isce3::core::BIQUINTIC_METHOD,
48
py::arg("epsg_out") = 4326,
49
- py::arg("compute_mask") = false)
+ py::arg("compute_mask") = true)
50
.def("topo", py::overload_cast<isce3::io::Raster &, const std::string &>
51
(&Topo::topo),
52
py::arg("dem_raster"),
0 commit comments