Skip to content

Commit 44cd2c2

Browse files
committed
fix param name to be rg_
1 parent d827d3d commit 44cd2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s1reader/s1_burst_slc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def az_fm_rate_mismatch_mitigation(self,
767767
os.makedirs(path_scratch, exist_ok=True)
768768

769769
# define the radar grid to calculate az fm mismatch rate
770-
correction_radargrid = self.as_isce3_radargrid(az_step=az_step, range_step=range_step)
770+
correction_radargrid = self.as_isce3_radargrid(az_step=az_step, rg_step=range_step)
771771

772772
# Run topo on scratch directory
773773
if not os.path.isfile(path_dem):

0 commit comments

Comments
 (0)