Anomaly detection
The Anomaly Detection
module uses recursive STA/LTA method to detect anomalous amplitudes in the real-time data stream.
It creates Pick
and Amplitude
objects that are passed to subsequent modules, such as those for seismic association, location and magnitude estimation.
Configuration
Detector
Sta len
[float, seconds]: Length of the short time average (STA) windowLta len
[float, seconds]: Length of the long time average (LTA) windowStalta thresh
[float]: STA/LTA thresholdNo Det Win
[float, seconds]: Time since a detection after which no more detections are going to be issuedVerbose
[boolean]:Logs
are printed in when set to true