Skip to content

Commit 73edde3

Browse files
jungkyoJungGitHub Enterprise
authored andcommitted
Merge pull request #776 from jungkyoj/fix_layoverShadow
fix layover shadow for GPU processing
2 parents d400197 + 019ff27 commit 73edde3

File tree

1 file changed

+1
-1
lines changed
  • python/extensions/pybind_isce3/cuda/geometry

1 file changed

+1
-1
lines changed

python/extensions/pybind_isce3/cuda/geometry/rdr2geo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void addbinding(py::class_<Topo> & pyRdr2Geo)
4646
py::arg("extraiter") = 10,
4747
py::arg("dem_interp_method") = isce3::core::BIQUINTIC_METHOD,
4848
py::arg("epsg_out") = 4326,
49-
py::arg("compute_mask") = false)
49+
py::arg("compute_mask") = true)
5050
.def("topo", py::overload_cast<isce3::io::Raster &, const std::string &>
5151
(&Topo::topo),
5252
py::arg("dem_raster"),

0 commit comments

Comments
 (0)