INITpickfile {Rquake} | R Documentation |
Initialize a pickfile
Description
Initialize a pickfile
Usage
INITpickfile(stas = NULL, src = NULL, WPX = NULL)
Arguments
stas |
station list |
src |
hypocenter location |
WPX |
GPIX or PPIX picks from swig |
Details
Initialize a pickfile with a set of picks extracted from swig.
Value
list, pickfile
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
EmptyPickfile
Examples
data(GH, package='RSEIS')
WW = RSEIS::uwpfile2ypx(GH$pickfile)
PF = INITpickfile(stas=GH$stafile, src=NULL, WPX=WW )
[Package Rquake version 2.5-1 Index]