viewseis: View Continuous Data

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/viewseis.R

Description

Scroll through continuous data recorded in the field. Uses a database describing the locations and content of each file stored on disk.

Usage

1
2
viewseis(DBnov , gstas, gcomps,sched, stas,
buts='GPIX', replot=TRUE , kind=0, Iendian=1, BIGLONG=FALSE)

Arguments

DBnov

RSEIS Data Base

gstas

stations to extract

gcomps

components to extract

sched

schedule of start times for extraction

stas

station list

buts

buttons for swig

replot

logical, TRUE=rerun swig after done click

kind

kind of data, 0=nativeR, 1=segy, 2=sac

Iendian

endian

BIGLONG

big long or short long

Details

These are set up for the seis dataset

Value

Graphics, and Side effects

Author(s)

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

See Also

makeDB, Mine.seis

Examples

1
2
3
4
5
6
## Not run: 
sched  =seq(from=325, to=335, by=1/24)
viewseis( DBnov , gstas, gcomps , sched, kind=2,
 Iendian=1, BIGLONG=FALSE)

## End(Not run)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.