-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename the template file name to insar_isce_burst_golden.json.j2
- Loading branch information
Showing
2 changed files
with
63 additions
and
185 deletions.
There are no files selected for viewing
185 changes: 0 additions & 185 deletions
185
hyp3_testing/templates/burst_insar_isce2_golden.json.j2
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[ | ||
{ | ||
"name": "{{ name }}", | ||
"job_parameters": { | ||
"granules": [ | ||
"S1_136231_IW2_20200604T022312_VV_7C85-BURST", | ||
"S1_136231_IW2_20200616T022313_VV_5D11-BURST" | ||
], | ||
"apply_water_mask": False, | ||
"looks": "5x1" | ||
}, | ||
"job_type": "INSAR_ISCE_BURST" | ||
}, | ||
|
||
{ | ||
"name": "{{ name }}", | ||
"job_parameters": { | ||
"granules": [ | ||
"S1_136231_IW2_20200616T022313_VV_5D11-BURST", | ||
"S1_217165_IW2_20201203T162356_VV_6D5C-BURST" | ||
], | ||
"looks": "10x2", | ||
"apply_water_mask": False | ||
}, | ||
"job_type": "INSAR_ISCE_BURST" | ||
}, | ||
{ | ||
"name": "{{ name }}", | ||
"job_parameters": { | ||
"granules": [ | ||
"S1_372326_IW3_20180628T151555_VV_4673-BURST", | ||
"S1_372326_IW3_20190705T151602_VV_D62F-BURST" | ||
], | ||
"looks": "20x4", | ||
"apply_water_mask": True | ||
}, | ||
"job_type": "INSAR_ISCE_BURST" | ||
}, | ||
{ | ||
"name": "{{ name }}", | ||
"job_parameters": { | ||
"granules": [ | ||
"S1_372326_IW3_20180628T151555_VV_4673-BURST", | ||
"S1_372326_IW3_20190705T151602_VV_D62F-BURST" | ||
], | ||
"looks": "20x4", | ||
"apply_water_mask": false | ||
}, | ||
"job_type": "INSAR_ISCE_BURST" | ||
}, | ||
{ | ||
"name": "{{ name }}", | ||
"job_parameters": { | ||
"granules": [ | ||
"S1_029928_IW3_20170330T165517_VV_DD40-BURST", | ||
"S1_029928_IW3_20170411T165517_VV_5E31-BURST" | ||
], | ||
"looks": "20x4", | ||
"apply_water_mask": False | ||
}, | ||
"job_type": "INSAR_ISCE_BURST" | ||
} | ||
] |