Skip to content

Estimate and Remove Linear Phase Ramps from Differential Interferograms.

License

Notifications You must be signed in to change notification settings

eciraci/InSAR_remove_phase_ramp

Repository files navigation

Estimate and Remove a Linear Phase Ramp from Differential Interferograms.

Language License

Estimate and remove the contribution of a Linear Ramp to the Wrapped Phase of the considered Differential InSAR Interferograms.

image

Scripts:

  1. 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.

  2. 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.

Scripts:

Installation:

Install Python Dependencies with Miniconda:

  1. Setup minimal conda installation using Miniconda

  2. Create Python Virtual Environment

    • Creating an environment with commands (Link);
    • Creating an environment from an environment.yml file (Link);

Install Python Dependencies with pip:

pip install -r requirements.txt

PYTHON DEPENDENCIES:

License

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.

About

Estimate and Remove Linear Phase Ramps from Differential Interferograms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published