Scroll to navigation

MINTPY-TROPO_PHASE_ELEVATION(1) User Commands MINTPY-TROPO_PHASE_ELEVATION(1)

NAME

mintpy-tropo_phase_elevation - Correct Topo-correlated Stratified tropospheric delay

DESCRIPTION

usage: tropo_phase_elevation.py [-h] -g GEOM_FILE -m MASK_FILE [-t THRESHOLD]

[-l NUM_MULTILOOK] [--poly-order {1,2,3}]
[-o OUTFILE] timeseries_file

Correct Topo-correlated Stratified tropospheric delay

positional arguments:

time-series file to be corrected

options:

show this help message and exit
DEM file used for correlation calculation.
mask file for pixels used for correlation calculation
correlation threshold to apply phase correction. if not set, all dates will be corrected.
number of looks applied to data for empirical estimation (default: 8).
polynomial order of phase-height correlation (default: 1).
output corrected timeseries file name

reference:

Doin, M. P., C. Lasserre, G. Peltzer, O. Cavalie, and C. Doubre (2009), Corrections of stratified tropospheric delays in SAR interferometry: Validation with global atmospheric models, J App. Geophy., 69(1), 35-50, doi:http://dx.doi.org/10.1016/j.jappgeo.2009.03.010.

example:

timeseries_demErr.h5 -g inputs/geometryRadar.h5 -m maskTempCoh.h5
geo_timeseries_demErr.h5 -g geo_geometryRadar.h5 -m geo_maskTempCoh.h5
May 2022 mintpy-tropo_phase_elevation v1.3.3