Skip to content

Commit

Permalink
Update readme with correct aria_s1_gunw example job
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh890 committed Feb 10, 2025
1 parent c897802 commit 49ef9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rtc_job = hyp3.submit_rtc_job('granule_id', 'job_name')
insar_job = hyp3.submit_insar_job('reference_granule_id', 'secondary_granule_id', 'job_name')
insar_burst_job = hyp3.submit_insar_isce_burst_job('reference_granule_id', 'secondary_granule_id', 'job_name')
autorift_job = hyp3.submit_autorift_job('reference_granule_id', 'secondary_granule_id', 'job_name')
aria_s1_gunw_job = hyp3.submit_aria_s1_gunw_job('reference_granule_id', 'secondary_granule_id', 'frame_id', 'job_name')
aria_s1_gunw_job = hyp3.submit_aria_s1_gunw_job(['ref_id_1', 'ref_id_2', ['sec_id_1', 'sec_id_2'], 'frame_id', 'job_name')
```
Each of these functions will return an instance of the `Job` class that represents a new HyP3 job request.

Expand Down

0 comments on commit 49ef9ba

Please sign in to comment.