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 ffca531 commit 694e3bcCopy full SHA for 694e3bc
src/s1reader/s1_burst_slc.py
@@ -729,7 +729,7 @@ def az_fm_rate_mismatch_mitigation(self,
729
range_step: float
730
Range step of the correction grid in meters
731
az_step: float
732
- Azimuth step of the correciton grid in seconds
+ Azimuth step of the correction grid in seconds
733
threshold_rdr2geo: int
734
Threshold of the iteration for rdr2geo
735
numiter_rdr2geo: int
@@ -742,7 +742,9 @@ def az_fm_rate_mismatch_mitigation(self,
742
-------
743
_: isce3.core.LUT2d
744
azimuth FM rate mismatch rate in radar grid in seconds.
745
-
+ Examples
746
+ ----------
747
+ >>> correction_grid = burst.az_fm_rate_mismatch_mitigation("my_dem.tif")
748
'''
749
750
# Create temporary directory for scratch when
0 commit comments