From a915f1e448c4ecc41603569a3252b0dd1358bcd3 Mon Sep 17 00:00:00 2001 From: Andrew Johnston Date: Thu, 14 Dec 2023 16:38:32 -0900 Subject: [PATCH] add HH test case to insar_isce_burst_golden.json.j2 --- .../templates/insar_isce_burst_golden.json.j2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hyp3_testing/templates/insar_isce_burst_golden.json.j2 b/hyp3_testing/templates/insar_isce_burst_golden.json.j2 index 45b8616..a86652f 100644 --- a/hyp3_testing/templates/insar_isce_burst_golden.json.j2 +++ b/hyp3_testing/templates/insar_isce_burst_golden.json.j2 @@ -58,5 +58,17 @@ "apply_water_mask": false }, "job_type": "INSAR_ISCE_BURST" + }, + { + "name": "{{ name }}", + "job_parameters": { + "granules": [ + "S1_238255_IW1_20230722T083342_HH_7C1C-BURST", + "S1_238255_IW1_20230815T083343_HH_642F-BURST" + ], + "looks": "20x4", + "apply_water_mask": false + }, + "job_type": "INSAR_ISCE_BURST" } ]