ASCII.SEISN: ASCII RSEIS data dump

View source: R/ASCII.SEISN.R

ASCII.SEISNR Documentation

ASCII RSEIS data dump

Description

Write RSEIS list to a file in ASCII format.

Usage

ASCII.SEISN(GH, sel = 1, HEAD = TRUE, destdir='.' )

Arguments

GH

RSEIS list

sel

vector, select which ttraces to write

HEAD

logical, TRUE will put a header in the file

destdir

character, path to folder to deposit output file

Details

Used for data exchange for users who do not want to use RSEIS. The header consists of one line start date (yr, jd, hr, min, sec) and sample rate (dt).

Value

Side effects - files are created.

Author(s)

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

Examples



## Not run: 
data("GH")
tempd = tempdir()
sel <-  which(GH$COMPS == "V" & GH$STNS=="CE1"  , destdir=tempd )
ASCII.SEISN(GH, sel = 1, HEAD = TRUE)

## End(Not run)

RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.