Skip to content
GitLab
  • Explore
  • Sign in
  • Remote Modules
  • diapotb
  • Wiki
  • Home

Home · Changes

Page history
ENH : link between pydiapotb & diapotb authored Aug 19, 2022 by Degoul Romain's avatar Degoul Romain
Show whitespace changes
Inline Side-by-side
home.md
View page @ d2e36919
......@@ -6,10 +6,15 @@ This is a module implements a legacy processing chain for SAR interferometry cal
The differential SAR interferometry (DInSAR) technique relies on the processing of two SAR images of the same portion of the Earth’s surface taken at different time. The aim is to analyze potential events (earthquake, destruction …) by highlighting differences between SAR images. DInSAR involves a set of tools such as creation of deformation grids , coregistration or building of interferograms. DiapOTB contains all necessary steps and allows to launch a complete DInSAR chain. The DiapOTB module were used with Sentinel-1, TSX/PAZ/TDX and Cosmo data with satisfactory results.
This module works with PydiapOTB :
- DiapOTB : host applications written in C++
- PydiapOTB : host processing chains written in python
# Table of Contents
* [All Applications](Applications)
* [Processing Chains](ProcessingChains)
* [Processing Chains](https://gitlab.orfeo-toolbox.org/ussegliog/pydiapotb/-/wikis/ProcessingChains)
Clone repository
  • Applications
    • app_SARAddBandInterferogram
    • app_SARAltAmbig
    • app_SARAmplitudeEstimation
    • app_SARCartesianMeanEstimation
    • app_SARCoRegistration
    • app_SARCompensatedComplex
    • app_SARCorrectionGrid
    • app_SARCorrelationGrid
    • app_SARCorrelationRough
    • app_SARDEMGrid
    • app_SARDEMProjection
    • app_SARDEMToAmplitude
    • app_SARDeramp
    • app_SARDoppler0
View All Pages