Learn R Programming

RSEIS (version 2.1-6)

dogetsac: Get SAC files

Description

Get a set of SAC files given file names

Usage

dogetsac(fnames)

Arguments

fnames
vector of file names

Value

  • RSEIS list

Details

Program uses C-code to read in binary SAC files and returns the header information and the time series data.

See Also

ZGET.sac, PICK.GEN, JGET.seis, Package:Rsac

Examples

Run this code
fnames=list.files("20020122", pattern="SAC", full.names=TRUE)

ZH = dogetsac(fnames)
PICK.GEN(ZH)

Run the code above in your browser using DataLab