s1_cslc
driver for CSLC workflow in radar/geo
run(run_config_path, grid_type)
Run CSLC with user-defined options.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
run_config_path
|
str
|
File path with user-defined options in yaml format |
required |
grid_type
|
str
|
Grid type of the output CSLC |
required |
Source code in src/compass/s1_cslc.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | |