ahotovec / REDPy

Repeating Earthquake Detector (Python)
GNU General Public License v3.0
82 stars 39 forks source link

Adds options for STA/LTA algorithm #8

Closed jwellik closed 4 years ago

jwellik commented 4 years ago

Here's some small changes to allow the STA/LTA algorithm to be defined.

Only Classic, Recursive, and Delayed are allowed at this time. ObsPy's other options (Z-Detect and Carl-Sta-Trig) require slightly different input parameters, so I didn't implement them.

Attached are the files associated with a trial run I did on the St. Helen's data

python backfill.py -v -c settings-recstalta.cfg -s 2004-09-15 -e 2004-09-24 recstalta_test.zip

ahotovec commented 4 years ago

Looks great!