Skip to content

Commit

Permalink
rename the template file name to insar_isce_burst_golden.json.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
cirrusasf committed Dec 8, 2023
1 parent 30df9ac commit 3faa031
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 185 deletions.
185 changes: 0 additions & 185 deletions hyp3_testing/templates/burst_insar_isce2_golden.json.j2

This file was deleted.

63 changes: 63 additions & 0 deletions hyp3_testing/templates/insar_isce_burst_golden.json.j2
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"
}
]

0 comments on commit 3faa031

Please sign in to comment.