forked from aria-jpl/ariamh
-
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.
add back first interferogram pipeline
add back first interferogram pipeline changes for better browse data and geotiffs import glob fix mdx path comment how did this change restore unw_xml better browse files back to normal syntax issues fix migration issues do nothing to phsig creation of these not needed
- Loading branch information
Showing
4 changed files
with
437 additions
and
20 deletions.
There are no files selected for viewing
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,112 @@ | ||
{ | ||
"label" : "Sentinel-1 Interferogram Product", | ||
"recommended-queues" : [ "grfn-job_worker-large" ], | ||
"allowed_accounts": [ "ops" ], | ||
"params" : [ | ||
{ | ||
"name": "dataset_tag", | ||
"from": "submitter", | ||
"type": "text", | ||
"default": "standard", | ||
"placeholder": "A value to append to the dataset identifier" | ||
}, | ||
{ | ||
"name": "project", | ||
"from": "submitter", | ||
"type": "enum", | ||
"default": "grfn", | ||
"enumerables": ["aria", "grfn", "mem", "urgent-response", "dwr", "chevron", "floodmap"] | ||
}, | ||
{ | ||
"name": "singlesceneOnly", | ||
"from": "submitter", | ||
"type": "boolean", | ||
"default": "true" | ||
}, | ||
{ | ||
"name": "preReferencePairDirection", | ||
"from": "submitter", | ||
"type": "enum", | ||
"default": "backward", | ||
"enumerables": ["backward", "forward", "both", "none"] | ||
}, | ||
{ | ||
"name": "postReferencePairDirection", | ||
"from": "submitter", | ||
"type": "enum", | ||
"default": "none", | ||
"enumerables": ["backward", "forward", "both", "none"] | ||
}, | ||
{ | ||
"name": "temporalBaseline", | ||
"from": "submitter", | ||
"type": "number", | ||
"lambda": "lambda x: int(x)", | ||
"default": "24" | ||
}, | ||
{ | ||
"name": "minMatch", | ||
"from": "submitter", | ||
"type": "number", | ||
"lambda": "lambda x: int(x)", | ||
"default": "2" | ||
}, | ||
{ | ||
"name": "covth", | ||
"from": "submitter", | ||
"type": "number", | ||
"default": "0.95" | ||
}, | ||
{ | ||
"name": "auto_bbox", | ||
"from": "value", | ||
"type": "boolean", | ||
"value": "true" | ||
}, | ||
{ | ||
"name": "precise_orbit_only", | ||
"from": "submitter", | ||
"type": "boolean", | ||
"default": "false" | ||
}, | ||
{ | ||
"name": "azimuth_looks", | ||
"from": "submitter", | ||
"type": "number", | ||
"lambda": "lambda x: int(x)", | ||
"default": "11" | ||
}, | ||
{ | ||
"name": "range_looks", | ||
"from": "submitter", | ||
"type": "number", | ||
"lambda": "lambda x: int(x)", | ||
"default": "33" | ||
}, | ||
{ | ||
"name": "filter_strength", | ||
"from": "submitter", | ||
"type": "number", | ||
"default": "0.5" | ||
}, | ||
{ | ||
"name": "dem_type", | ||
"from": "submitter", | ||
"type": "enum", | ||
"default": "SRTM+v3", | ||
"enumerables": ["SRTM+v3", "NED1", "NED13", "NED13-downsampled"] | ||
}, | ||
{ | ||
"name": "query", | ||
"from": "passthrough" | ||
}, | ||
{ | ||
"name": "name", | ||
"from": "passthrough" | ||
}, | ||
{ | ||
"name": "username", | ||
"from": "passthrough" | ||
} | ||
] | ||
} |
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,91 @@ | ||
{ | ||
"command": "/home/ops/ariamh/interferogram/sentinel/sciflo_create_ifg.sh", | ||
"imported_worker_files": { | ||
"$HOME/.netrc": ["/home/ops/.netrc"], | ||
"$HOME/.aws": ["/home/ops/.aws", "ro"], | ||
"$HOME/verdi/etc/settings.conf": "/home/ops/ariamh/conf/settings.conf" | ||
}, | ||
"recommended-queues" : [ | ||
"grfn-job_worker-small", | ||
"aria-job_worker-small", | ||
"mem-job_worker-small", | ||
"dwr-job_worker-small", | ||
"chevron-job_worker-small", | ||
"floodmap-job_worker-small", | ||
"urgent-response-job_worker-small" | ||
], | ||
"disk_usage":"50GB", | ||
"soft_time_limit": 8000, | ||
"time_limit": 8400, | ||
|
||
"params" : [ | ||
{ | ||
"name": "dataset_tag", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "project", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "singlesceneOnly", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "preReferencePairDirection", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "postReferencePairDirection", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "temporalBaseline", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "minMatch", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "covth", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "auto_bbox", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "precise_orbit_only", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "azimuth_looks", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "range_looks", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "filter_strength", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "dem_type", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "query", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "name", | ||
"destination": "context" | ||
}, | ||
{ | ||
"name": "username", | ||
"destination": "context" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.