Scroll to navigation

MINTPY-TEMPORAL_AVERAGE(1) User Commands MINTPY-TEMPORAL_AVERAGE(1)

NAME

mintpy-temporal_average - Calculate temporal average (stacking) of multi-temporal datasets

DESCRIPTION

usage: temporal_average.py [-h] [-d DATASETNAME] [-o OUTFILE] [--update] file

Calculate temporal average (stacking) of multi-temporal datasets

positional arguments:

input file with multi-temporal datasets

options:

show this help message and exit
dataset name to be averaged, for file with multiple dataset family, e.g. ifgramStack.h5 default: coherence
output file name
Enable update checking for --nonzero option.

example:

temporal_average.py ./inputs/ifgramStack.h5 -d unwrapPhase -o avgPhaseVelocity.h5 temporal_average.py ./inputs/ifgramStack.h5 -d coherence -o avgSpatialCoh.h5
May 2022 mintpy-temporal_average v1.3.3