Skip to content

Commit

Permalink
fix param name to be rg_
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Mar 6, 2023
1 parent d827d3d commit 44cd2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s1reader/s1_burst_slc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 44cd2c2

Please sign in to comment.