Learn R Programming

Rquake (version 1.2-2)

chak: View Picked Data

Description

Sequentially view data that has been picked previously using GPIX or PPIX and stored as wpx files.

Usage

chak(DBnov, gstas, gcomps, fn, stas, vel, kind = 2, Iendian = 1, BIGLONG = FALSE)

Arguments

DBnov
RSEIS data base
gstas
stations to extract
gcomps
components to extract
fn
wpx file name
stas
station list
vel
1D velocity model
kind
kind of data, 0=nativeR, 1=segy, 2=sac
Iendian
endian
BIGLONG
big long or short long

Value

  • Pickfile

Details

Program is used for detailed picking. A wpx list exists and is read into memory, then the data is extracted from the disk, plotted with swig.

See Also

viewCHAC

Examples

Run this code
lf = list.files(path="/Users/lees/Site/CHAC/PIX", pattern=".RDATA", full.names=TRUE)

for(i in 1:length(lf))
  {
fn = lf[i]


ret = chak(DBnov , gstas, gcomps , fn, stas, kind=2, Iendian=1, BIGLONG=FALSE)

  if(ret$but == "QUIT") break
  }

Run the code above in your browser using DataLab