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.
1 parent d827d3d commit 44cd2c2Copy full SHA for 44cd2c2
src/s1reader/s1_burst_slc.py
@@ -767,7 +767,7 @@ def az_fm_rate_mismatch_mitigation(self,
767
os.makedirs(path_scratch, exist_ok=True)
768
769
# 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)
+ correction_radargrid = self.as_isce3_radargrid(az_step=az_step, rg_step=range_step)
771
772
# Run topo on scratch directory
773
if not os.path.isfile(path_dem):
0 commit comments