SEARCHPIX: Search Pix

SEARCHPIXR Documentation

Search Pix

Description

Search through pick strucutre to select phase arrivals

Usage

SEARCHPIX(KPX, IPX, tol = 0.5)

Arguments

KPX

user locator pix

IPX

set of pix in memory

tol

tolerance, s

Details

returns index vector of picks that satisfy: wn = which( abs(t2-t1) < tol)

Value

index vector

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

Examples


data(GH, package='RSEIS')
IPX = data.frame( uwpfile2ypx(GH$pickfile ) )
 
#######  take for example on pick
KPX = IPX[6, ]

SEARCHPIX(KPX, IPX, tol = 0.5)


RSEIS documentation built on Sept. 13, 2024, 1:09 a.m.