Scroll to navigation

MINTPY-MASK(1) User Commands MINTPY-MASK(1)

NAME

mintpy-mask - Mask file.

DESCRIPTION

usage: mask.py [-h] -m MASK_FILE [-o OUTFILE] [-t THRESHOLD]

[--fill FILL_VALUE] [-x SUBSET_X SUBSET_X] [-y SUBSET_Y SUBSET_Y] file

Mask file

positional arguments:

File to be masked

options:

show this help message and exit
mask for pixels used in ramp estimation
Output file name.
threshold value used for masking. if not specified, only pixels with mask value equal to zero is masked out.
fill masked out area with input value. i.e. np.nan (default), 0, 1000, ... If np.nan and input data matrix is not float/complex, convert matrix data type to np.float32.
subset range in x/cross-track/column direction
subset range in y/along-track/row direction

example:

velocity.h5 -m Mask.h5
timeseries.h5 -m temporalCoherence.h5 -t 0.7
ifgramStack.h5 -m 100102_101120.cor -t 0.9 -y 200 300 -x 300 400
filt_20060924_20090214.int -m waterMask.h5 -o filt_20060924_20090214_msk.int
filt_20060924_20090214.cor -m waterMask.h5 -o filt_20060924_20090214_msk.cor
May 2022 mintpy-mask v1.3.3