From 44cd2c2b2c73dadf20e47e7c71abd28baddc7816 Mon Sep 17 00:00:00 2001 From: Scott Staniewicz Date: Mon, 6 Mar 2023 12:36:21 -0500 Subject: [PATCH] fix param name to be rg_ --- src/s1reader/s1_burst_slc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s1reader/s1_burst_slc.py b/src/s1reader/s1_burst_slc.py index 2ba69ecd..afc68f3b 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):