Scroll to navigation

MINTPY-TEMPORAL_FILTER(1) User Commands MINTPY-TEMPORAL_FILTER(1)

NAME

mintpy-temporal_filter - Smoothing timeseries in time domain with a moving Gaussian window

DESCRIPTION

usage: temporal_filter.py [-h] [-t TIME_WIN] [-o OUTFILE] timeseries_file

Smoothing timeseries in time domain with a moving Gaussian window

positional arguments:

timeseries file to be smoothed.

options:

show this help message and exit
time window in years, default: 0.1 (Sigma of the assmued Gaussian distribution.)
Output file name.

reference:

Wikipedia: https://en.wikipedia.org/wiki/Gaussian_blur

example:

temporal_filter.py timeseries_ERA5_demErr.h5 temporal_filter.py timeseries_ERA5_demErr.h5 -t 0.1
May 2022 mintpy-temporal_filter v1.3.3