Scroll to navigation

MINTPY-MULTILOOK(1) User Commands MINTPY-MULTILOOK(1)

NAME

mintpy-multilook - Multilook.

DESCRIPTION

usage: multilook.py [-h] [-r LKS_X] [-a LKS_Y] [-o OUTFILE]

[-m {average,nearest}] [--margin TOP BOTTOM LEFT RIGHT]
file [file ...]

Multilook.

positional arguments:

File(s) to multilook

options:

show this help message and exit
number of multilooking in range /x direction (default: 1).
number of multilooking in azimuth/y direction (default: 1).
Output file name. Disabled when more than 1 input files
downsampling method (default: average) e.g. nearest for geometry, average for observations
number of pixels on the margin to skip, (default: [0, 0, 0, 0]).

example:

velocity.h5 -r 15 -a 15
srtm30m.dem -r 10 -a 10 -o srtm30m_300m.dem
# Ignore / skip marginal pixels multilook.py ../../geom_reference/hgt.rdr.full -r 300 -a 100 --margin 58 58 58 58 -o hgt.rdr
May 2022 mintpy-multilook v1.3.3