Skip to content

Commit 694e3bc

Browse files
Apply suggestions from code review
Co-authored-by: Scott Staniewicz <[email protected]>
1 parent ffca531 commit 694e3bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/s1reader/s1_burst_slc.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ def az_fm_rate_mismatch_mitigation(self,
729729
range_step: float
730730
Range step of the correction grid in meters
731731
az_step: float
732-
Azimuth step of the correciton grid in seconds
732+
Azimuth step of the correction grid in seconds
733733
threshold_rdr2geo: int
734734
Threshold of the iteration for rdr2geo
735735
numiter_rdr2geo: int
@@ -742,7 +742,9 @@ def az_fm_rate_mismatch_mitigation(self,
742742
-------
743743
_: isce3.core.LUT2d
744744
azimuth FM rate mismatch rate in radar grid in seconds.
745-
745+
Examples
746+
----------
747+
>>> correction_grid = burst.az_fm_rate_mismatch_mitigation("my_dem.tif")
746748
'''
747749

748750
# Create temporary directory for scratch when

0 commit comments

Comments
 (0)