Scroll to navigation

MINTPY-REMOVE_RAMP(1) User Commands MINTPY-REMOVE_RAMP(1)

NAME

mintpy-remove_ramp - Remove phase ramp

DESCRIPTION

usage: remove_ramp.py [-h] [-m MASK_FILE]

[-s {linear,linear_range,linear_azimuth,quadratic,quadratic_range,quadratic_azimuth}]
[-d DSET] [-o OUTFILE] [--save-ramp-coeff] [--update] file

Remove phase ramp

positional arguments:

File for ramp removal

options:

show this help message and exit
mask for pixels used in ramp estimation default - maskTempCoh.h5 no - use the whole area
type of surface/ramp to remove, linear by default
dataset name to be derampped in ifgramStack file e.g.: unwrapPhase
unwrapPhase_bridging
Output file name.
Save the estimated ramp coefficients into text file.
Enable update mode, and skip inversion if: 1) output file already exists, readable and newer than input file 2) all configuration parameters are the same.

example:

timeseries.h5 -m maskTempCoh.h5
ifgramStack.h5 -m maskTempCoh.h5 -d unwrapPhase_bridging
090214_101120.unw -m maskTempCoh.h5 -s quadratic
May 2022 mintpy-remove_ramp v1.3.3