ENH : Update Sar_MultiSlc pages authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
......@@ -36,13 +36,40 @@ Four sections compose the configuration file :
* Global :
* **SRTMShapefile :** .
* **SRTM_Shapefile :** Path to the SRTM shapefile
* **Datalake :**
* **SRTM_Path :** Path to the SRTM Datalake folder
* **Geoid :**
* **Geoid :** Path to Geoid file
* **Master_Image :** Filename of the master image
* **Start_Date :** Start date, format('20151222')
* **End_Date :** End date, format('20171119')
* **Exclude :** Time to exclude ('-9999' by default, no exclusion)
* **Input_Path :** Path to input folder
* **Output_Path :** Path to output folder
* **clean :** If activated, returns a light version: Interferogram.tif + Coregistrated.tif + multilook.tif (activated by default)
* **burst_index :** Burst index, format('0-4') ('0-8' by default)
* **optram :** Available RAM (mb), by default the value is 4000
* Pre_Processing :
......@@ -80,3 +107,18 @@ Four sections compose the configuration file :
* **Interferogram_gain :** Gain applied on amplitude band of output inteferegram.
* **Activate_Interferogram :** Activate or deactivate interferogram output (Interferogram.rif). Activated by default.
* **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'
* **ESD_iter :** Number of iterations for ESD loop. An automatic mode is possible by passing "auto" as value for this parameter.