From 7c97761dac0348bca663100e1ee8365a55ecc502 Mon Sep 17 00:00:00 2001 From: Forrest Williams Date: Tue, 21 Nov 2023 13:14:14 -0600 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf09e5e..4f7e7f0 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ An instance of the `HyP3` class will be needed to interact with the external HyP ```python 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') ``` Each of these functions will return an instance of the `Job` class that represents a new HyP3 job request.