Scroll to navigation

MINTPY-IMAGE_MATH(1) User Commands MINTPY-IMAGE_MATH(1)

NAME

mintpy-image_math - Basic Mathmatic Operation of file

DESCRIPTION

usage: image_math.py [-h] [-o OUTFILE] file {+,-,*,/,^} VALUE

Basic Mathmatic Operation of file

positional arguments:

input file
{+,-,*,/,^}
mathmatical operator
value to be operated with input file

options:

show this help message and exit
output file name.

example:

velocity.h5 '+' 0.5
geo_080212_101120.cor '-' 0.2
timeseries.h5 '*' 1.5
velocity.h5 '/' 2.0
velocity.h5 '^' 2.0
May 2022 mintpy-image_math v1.3.3