ENH : Add new pages for SAR_MultiSlc authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
...@@ -15,14 +15,14 @@ Four kinds of workflows are available according input products and modes : ...@@ -15,14 +15,14 @@ Four kinds of workflows are available according input products and modes :
* [diapOTB_S1IW.py](ProcessingChains/diapOTB_S1IW_Chain) : Single intererometry chain for S1 IW mode * [diapOTB_S1IW.py](ProcessingChains/diapOTB_S1IW_Chain) : Single intererometry chain for S1 IW mode
* SAR_MultiSlc.py : Multitemporal intererometry chain for S1 Stripmap mode and Cosmo * [SAR_MultiSlc.py](ProcessingChains/MultiSlc_Chain) : Multitemporal intererometry chain for S1 Stripmap mode and Cosmo
* SAR_MultiSlc_IW.py : Multitemporal intererometry chain for S1 IW mode * [SAR_MultiSlc_IW.py](ProcessingChains/MultiSlc_IW_Chain) : Multitemporal intererometry chain for S1 IW mode
A [Python API](PythonAPI/modules) was designed to organize python scripts and to help new chain development. A [Python API](PythonAPI/pythonAPI) was designed to organize python scripts and to help new chain development.
At the end, a final interferogram is created as a VectorImage into Master geometry : At the end, a final interferogram is created as a VectorImage into Master geometry :
... ...
......