powered by
Search through pick strucutre to select phase arrivals
SEARCHPIX(KPX, IPX, tol = 0.5)
index vector
user locator pix
set of pix in memory
tolerance, s
Jonathan M. Lees<jonathan.lees.edu>
returns index vector of picks that satisfy: wn = which( abs(t2-t1) < tol)
data(GH, package='RSEIS') IPX = data.frame( uwpfile2ypx(GH$pickfile ) ) ####### take for example on pick KPX = IPX[6, ] SEARCHPIX(KPX, IPX, tol = 0.5)
Run the code above in your browser using DataLab