diff --git a/src/s1reader/s1_burst_slc.py b/src/s1reader/s1_burst_slc.py index 2ba69ec..afc68f3 100644 --- a/src/s1reader/s1_burst_slc.py +++ b/src/s1reader/s1_burst_slc.py @@ -767,7 +767,7 @@ def az_fm_rate_mismatch_mitigation(self, os.makedirs(path_scratch, exist_ok=True) # define the radar grid to calculate az fm mismatch rate - 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) # Run topo on scratch directory if not os.path.isfile(path_dem):