obspy.signal.trigger
Various routines related to triggering/picking
Module implementing the Recursive STA/LTA. Two versions, a fast ctypes one and a bit slower python one. Furthermore, the classic and delayed STA/LTA, the carl_sta_trig and the z_detect are implemented. Also includes picking routines, routines for evaluation and visualization of characteristic functions and a coincidence triggering routine.
See also
[Withers1998] (p. 98) and [Trnkoczy2012]
- copyright:
The ObsPy Development Team (devs@obspy.org)
- license:
GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)
Public Functions
Simple Akaike Information Criterion [Maeda1985]. |
|
Pick P and S arrivals with an AR-AIC + STA/LTA algorithm. |
|
Computes the carlSTAtrig characteristic function. |
|
Computes the standard STA/LTA from a given input array a. |
|
Computes the standard STA/LTA from a given input array a. |
|
Perform a network coincidence trigger. |
|
Delayed STA/LTA. |
|
Wrapper for P-picker routine by M. |
|
Plot characteristic function of trigger along with waveform data and trigger On/Off from given thresholds. |
|
Recursive STA/LTA. |
|
Recursive STA/LTA written in Python. |
|
Calculate trigger on and off times. |
|
Z-detector. |