The python_src was organized with two packages : processings and utils.
The first one contains the main processings chains such as DInSAR, Ground or Pre_Processing. Utils package is a general module with a pool of useful functions and an API to launch OTB or DiapOTB applications from Python.
Our four main scripts (SAR_MultiSlc.py, SAR_MultiSlc_IW.py, diapOTB.py and diapOTB_S1IW.py) use processing and utils modules with these following connexions :

## Packages
*[processings package](processings)
* Submodules
* processings.DInSar module
* The `DINSAR` chain
* main function : gridToInterferogram
* processings.Ground module
* The `Ground` chain
* main function : demProjectionAndCartesianEstimation