dogetsac {RSEIS} | R Documentation |
Get a set of SAC files given file names
dogetsac(fnames)
fnames |
vector of file names |
Program uses C-code to read in binary SAC files and returns the header information and the time series data.
RSEIS list
Sometimes information in the SAC header is omitted by the user and instead stored in the file name. In that case the station name and component name will have to be replaced by the appropriate string from the file name.
Jonathan M. Lees<jonathan.lees@unc.edu>
ZGET.sac, PICK.GEN, JGET.seis, Package:Rsac
## Not run: fnames=list.files("20020122", pattern="SAC", full.names=TRUE) ZH = dogetsac(fnames) PICK.GEN(ZH) ## End(Not run)