This application creates a deformation grid related to the DEM with projections into Master and Slave SAR geometries.
The output grid is a VectorImage composed of three values : shift in range, shift in azimut and a number of DEM points for contribution. The inputs of this application are SAR images. This application can directly take the projected DEM as inputs.
## Parameters
**Input SAR Master image**`-insarmaster image`*Mandatory*<br/>
Master SAR Image.
**Input SAR Slave image**`-insarslave image`*Mandatory*<br/>
Slave SAR Image.
**Input DEM**`-indem image`*Mandatory*<br/>
Input DEM.
**Input vector of DEM projected into SAR Master geometry**`-indemprojmaster image`<br/>
Input vector of DEM projected into SAR Master geometry.
**Input vector of DEM projected into SAR Slave geometry**`-indemprojslave image`<br/>
Input vector of DEM projected into SAR Slave geometry.
**Output DEM grid (Vector Image)**`-out image [dtype]`*Mandatory*<br/>
Output DEM Grid Vector Image (Shift_ran, Shift_azi, NbDEMPts for contribution).
**MultiLook factor on distance**`-mlran int`*Default value: 3*<br/>
MultiLook factor on distance.
**MultiLook factor on azimut**`-mlazi int`*Default value: 3*<br/>
MultiLook factor on azimut.
**Grid step for range dimension (into SLC/SAR geometry)**`-gridsteprange int`*Default value: 150*<br/>
Grid step for range dimension (into SLC/SAR geometry).