From 48b3dcffc116eec0e8d8a8bebfb1ec5d2929a38e Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Fri, 7 Feb 2025 14:19:21 -0900 Subject: [PATCH] Fix docstring typo --- src/hyp3_sdk/hyp3.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hyp3_sdk/hyp3.py b/src/hyp3_sdk/hyp3.py index b4f3ed2..10bef6b 100644 --- a/src/hyp3_sdk/hyp3.py +++ b/src/hyp3_sdk/hyp3.py @@ -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) @@ -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