50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

Rquake (version 2.5-1)

INITpickfile: Initialize a pickfile

Description

Initialize a pickfile

Usage

INITpickfile(stas = NULL, src = NULL, WPX = NULL)

Value

list, pickfile

Arguments

stas

station list

src

hypocenter location

WPX

GPIX or PPIX picks from swig

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Initialize a pickfile with a set of picks extracted from swig.

See Also

EmptyPickfile

Examples

Run this code

data(GH, package='RSEIS')
WW = RSEIS::uwpfile2ypx(GH$pickfile)

PF =  INITpickfile(stas=GH$stafile, src=NULL, WPX=WW )


Run the code above in your browser using DataLab