... | ... | @@ -6,7 +6,7 @@ This workflow works on S1 IW data. |
|
|
|
|
|
## Description
|
|
|
|
|
|
This chain is divided into three parts descrided below :
|
|
|
This chain is divided into four parts descrided below :
|
|
|
|
|
|
|
|
|
* Pre-Processing Chain
|
... | ... | @@ -17,6 +17,9 @@ This chain is divided into three parts descrided below : |
|
|
|
|
|
* DIn-SAR Chain
|
|
|
|
|
|
|
|
|
* Post-Processing
|
|
|
|
|
|
## Launch this chain
|
|
|
|
|
|
This Python script spreads the general processing chain (diapOTB.py)
|
... | ... | @@ -26,7 +29,7 @@ The input configuration file has the following organization : |
|
|
|
|
|
![image](../Art/conf_chains/diapOTB_2_chain.png)
|
|
|
|
|
|
Four sections compose the configuration file :
|
|
|
Five sections compose the configuration file :
|
|
|
|
|
|
|
|
|
* Global :
|
... | ... | @@ -83,10 +86,29 @@ Four sections compose the configuration file : |
|
|
* **Interferogram_gain :** Gain applied on amplitude band of output inteferegram.
|
|
|
|
|
|
|
|
|
* **Interferogram_ortho :** Boolean to activate the optionnal ouput : inteferogram into ground geometry (By default false)
|
|
|
* **ESD_iter :** Number of iterations for ESD loop. An automatic mode is possible by passing “auto” as value for this parameter.
|
|
|
|
|
|
|
|
|
* **ESD_iter :** Number of iterations for ESD loop. An automatic mode is possible by passing “auto” as value for this parameter.
|
|
|
|
|
|
* Post_Processing :
|
|
|
|
|
|
* **Activate_Ortho :** Activate or deactivate Orthorectified interferogram output (Orth_Interferogram.tif)
|
|
|
|
|
|
|
|
|
* **Spacingxy :** Set the spatial resolution for OrthRectification in degrees. Default value is 0.0001
|
|
|
|
|
|
|
|
|
* **Activate_Filtering :** Activate or deactivate Filtering for interferogram output (filtered_interferogram.tif)
|
|
|
|
|
|
|
|
|
* **Filtered_Interferogram_mlran :** Ml factor on range for filtered inteferegram
|
|
|
|
|
|
|
|
|
* **Filtered_Interferogram_mlazi :** Ml factor on azimut for filtered inteferegram
|
|
|
|
|
|
|
|
|
* **Filtered_parameter_alpha :** alpha parameter for Goldstein filtering
|
|
|
|
|
|
|
|
|
The processing chain needs metadata to launch the applications. Thus the path to the input images must be into the native directory for each kind of products (i.e SAFE directory for Sentinel-1 products).
|
|
|
For that moment the ground geometry for interferogram does not provide satisfactory results. |