Skip to content

Commit ffca531

Browse files
Update src/s1reader/s1_burst_slc.py
Co-authored-by: Scott Staniewicz <[email protected]>
1 parent 4fdb1bc commit ffca531

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/s1reader/s1_burst_slc.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -705,13 +705,14 @@ def az_carrier_components(self, offset, position):
705705

706706
return AzimuthCarrierComponents(kt, eta, eta_ref)
707707

708-
def az_fm_rate_mismatch_mitigation(self, path_dem: str,
709-
path_scratch: str = None,
710-
range_step=None,
711-
az_step=None,
712-
threshold_rdr2geo=1e-8,
713-
numiter_rdr2geo=25,
714-
custom_radargrid=None):
708+
def az_fm_rate_mismatch_mitigation(self,
709+
path_dem: str,
710+
path_scratch: str = None,
711+
range_step=None,
712+
az_step=None,
713+
threshold_rdr2geo=1e-8,
714+
numiter_rdr2geo=25,
715+
custom_radargrid=None):
715716
'''
716717
Calculate azimuth FM rate mismatch mitigation
717718
Based on ETAD-DLR-DD-0008, Algorithm Technical Baseline Document.

0 commit comments

Comments
 (0)