Y2Pphase | R Documentation |
Removes extraneous other-phase from a pick file. If Ypix were made initially as a rough pick, this removes them.
Y2Pphase(twpx, phase)
twpx |
WPX list |
phase |
character, phase to exchange to P |
Initially many events may be picked using GPIX button. These should be removed after the P-phases have been determined with PickWin.
WPX returned without other-phases
Jonathan M. Lees<jonathan.lees@unc.edu>
PPIX, GPIX, YPIX, PickWin
data(GH, package='RSEIS')
WW = RSEIS::uwpfile2ypx(GH$pickfile)
twpx = latlonz2wpx(WW, GH$pickfile$STAS )
twpx$phase[twpx$phase=='P'] = 'Y'
#### now twpx is like a Ypix from swig
### switch to P
newwpx = Y2Pphase(twpx, "Y" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.