Skip to content

Commit c5cc740

Browse files
authored
Merge pull request #96 from gshiroma/fix_layover_shadow_mask_antimeridian
Fix the computation of the layover/shadow mask over the antimeridian for DEM in polar stereo
2 parents 9ecd918 + 836e3f4 commit c5cc740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rtc/rtc_s1_single_job.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ def compute_layover_shadow_mask(radar_grid: isce3.product.RadarGridParameters,
915915
orbit,
916916
ellipsoid,
917917
grid_doppler,
918+
epsg_out=dem_raster.get_epsg(),
918919
threshold=threshold_rdr2geo,
919920
numiter=numiter_rdr2geo,
920921
extraiter=extraiter_rdr2geo,

0 commit comments

Comments
 (0)