Estimate and remove the contribution of a Linear Ramp to the Wrapped Phase of the considered Differential InSAR Interferograms.
-
remove_phase_ramp.py - Find the Phase Ramp optimal parameters employing a Grid Search approach. A first guess of the ramp parameters - e.g. number of cycles along columns and rows - must be provided by the user.
-
remove_phase_ramp_fft.py - Estimate the Linear Phase Ramp in the Frequency Domain as the maximum value of the Power Spectrum of the Signal.
Install Python Dependencies with Miniconda:
-
Setup minimal conda installation using Miniconda
-
Create Python Virtual Environment
Install Python Dependencies with pip:
pip install -r requirements.txt
PYTHON DEPENDENCIES:
- numpy: The fundamental package for scientific computing with Python.
- rasterio: access to geospatial raster data.
- matplotlib: Library for creating static, animated, and interactive visualizations in Python.
- tqdm: A Fast, Extensible Progress Bar for Python and CLI.
The content of this project is licensed under the Creative Commons Attribution 4.0 Attribution license and the source code is licensed under the MIT license.