obspy.signal.trigger.recSTALTAPy

recSTALTAPy(a, nsta, nlta)[source]

Recursive STA/LTA written in Python.

Note

There exists a faster version of this trigger wrapped in C called recSTALTA() in this module!

Parameters:
  • a (NumPy ndarray) Seismic Trace
  • nsta (Int) Length of short time average window in samples
  • nlta (Int) Length of long time average window in samples
Return type:

NumPy ndarray

Returns:

Characteristic function of recursive STA/LTA

See also

[Withers1998] (p. 98) and [Trnkoczy2012]

This Page