Learn R Programming

RSEIS (version 2.6-0)

dogetsac: Get SAC files

Description

Get a set of SAC files given file names

Usage

dogetsac(fnames)

Arguments

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, swig, JGET.seis, Package:Rsac

Examples

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

ZH = dogetsac(fnames)
swig(ZH)

Run the code above in your browser using DataLab