SEARCHPIX | R Documentation |
Search through pick strucutre to select phase arrivals
SEARCHPIX(KPX, IPX, tol = 0.5)
KPX |
user locator pix |
IPX |
set of pix in memory |
tol |
tolerance, s |
returns index vector of picks that satisfy: wn = which( abs(t2-t1) < tol)
index vector
Jonathan M. Lees<jonathan.lees.edu>
data(GH, package='RSEIS')
IPX = data.frame( uwpfile2ypx(GH$pickfile ) )
####### take for example on pick
KPX = IPX[6, ]
SEARCHPIX(KPX, IPX, tol = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.