pickit | R Documentation |
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)
ay |
signal |
deltat |
sample rate |
MED |
use median smoothing? |
FRWD |
forward window, s |
BKWD |
backward window |
sbef |
seconds before |
saft |
seconds after |
thresh |
threshold 1 |
Tthresh2 |
threshold 2 |
stretch |
stretch factor |
flo |
low frequency for BP filter |
fhi |
low frequency for BP filter |
Kmin |
min number of picks per window |
dthresh |
delta threshold |
threshbot |
threshold bottom limit |
used internally. This code uses several methods for getting best pick.
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)
Jonathan M. Lees<jonathan.lees.edu>
ETECTG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.