Automatic Picking Algorithm
pickit(ay, deltat = 0.008, MED = 225, FRWD = 8, BKWD = 8,
sbef = 1, saft = 6, thresh = 2, Tthresh2 = 7,
stretch = 1000, flo = 0.1, fhi = 5, Kmin = 7,
dthresh = 0.01, threshbot = 1.01)
list(RAT=A$rat, x=x, ay=ay, fy=fy, deltat=deltat, J=J$J , Z=Z, a1=a1, a2=a2, thresh=thresh, Tthresh2=Tthresh2, Kmin=Kmin)
signal
sample rate
use median smoothing?
forward window, s
backward window
seconds before
seconds after
threshold 1
threshold 2
stretch factor
low frequency for BP filter
low frequency for BP filter
min number of picks per window
delta threshold
threshold bottom limit
Jonathan M. Lees<jonathan.lees.edu>
used internally. This code uses several methods for getting best pick.
ETECTG