ENH : Update Sar_MultiSlc pages authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
...@@ -36,15 +36,38 @@ Four sections compose the configuration file : ...@@ -36,15 +36,38 @@ Four sections compose the configuration file :
* Global : * 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 exlusion)
* **Input_Path :** Path to input folder
* **Output_Path :** Path to output folder
* **clean :** If activated, returns a light version: Interferogram.tif + Coregistrated.tif + Concatenated (deramped, and multilooked) bursts.tif (activated by default)
* **optram :** Available RAM (mb), by default the value is 4000
* Pre_Processing : * Pre_Processing :
...@@ -55,6 +78,12 @@ Four sections compose the configuration file : ...@@ -55,6 +78,12 @@ Four sections compose the configuration file :
* **ML_gain :** Gain applied on MultiLooked images * **ML_gain :** Gain applied on MultiLooked images
* **ML_ran :** MultLook factor on range dimension
* **ML_azi :** MultiLook factor on azimut dimension
* Metadata_Correction : * Metadata_Correction :
...@@ -88,4 +117,16 @@ Four sections compose the configuration file : ...@@ -88,4 +117,16 @@ Four sections compose the configuration file :
* **Interferogram_gain :** Gain applied on amplitude band of output inteferegram. * **Interferogram_gain :** Gain applied on amplitude band of output inteferegram.
* **Activate_Interferogram :** Activate or deactivate interferogram output (Interferogram.tif). 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'