ENH : Update Processing chains authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
......@@ -20,7 +20,7 @@ For each couple (master/slave), the processing is divided into four parts descri
* DIn-SAR Chain
* Post-Processing Chain : Orthorectification for final interferogram, multilook processing ...
* Post-Processing Chain : Orthorectification for final interferogram, filtering, multilook processing ...
## Launch this chain
......@@ -30,7 +30,7 @@ The configuration file has always the same organization :
![image](../Art/conf_chains/MultiSlc_Chain.png)
Four sections compose the configuration file :
Five sections compose the configuration file :
* Global :
......@@ -126,13 +126,25 @@ Four sections compose the configuration file :
* **Activate_Interferogram :** Activate or deactivate interferogram output (Interferogram.tif). Activated by default.
* **roi :** Define the lat lng ROI coordinates. Format : 'ulx uly lrx lry'
* 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
* **roi :** Define the lat lng ROI coordinates. Format : 'ulx uly lrx lry'
* **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