Skip to content

Commit

Permalink
Fix docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann authored Feb 7, 2025
1 parent c897802 commit 48b3dcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/hyp3_sdk/hyp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ def submit_aria_s1_gunw_job(
"""Submit an ARIA S1 GUNW job.
Args:
reference: The name of the Sentinel-1 SLC granules to use as reference scenes for InSAR processing
secondary: The name of the Sentinel-1 SLC granules to use as secondary scenes for InSAR processing
reference: The names of the Sentinel-1 SLC granules to use as reference scenes for InSAR processing
secondary: The names of the Sentinel-1 SLC granules to use as secondary scenes for InSAR processing
frame_id: Subset GUNW products to this frame
name: A name for the job (optional)
Expand All @@ -527,8 +527,8 @@ def prepare_aria_s1_gunw_job(
"""Prepare an ARIA S1 GUNW job.
Args:
reference: The name of the Sentinel-1 SLC granules to use as reference scenes for InSAR processing
secondary: The name of the Sentinel-1 SLC granules to use as secondary scenes for InSAR processing
reference: The names of the Sentinel-1 SLC granules to use as reference scenes for InSAR processing
secondary: The names of the Sentinel-1 SLC granules to use as secondary scenes for InSAR processing
frame_id: Subset GUNW products to this frame
name: A name for the job
Expand Down

0 comments on commit 48b3dcf

Please sign in to comment.