GET.seis {Rsac}R Documentation

READS VARIOUS SEISMIC FILE FORMATS

Description

This fuction calls C-routines to read in ‘segy’, ‘sac’, ‘AH’ formats.

Usage

GET.seis(fnames, kind = 2)
testgetseis(GG)

Arguments

fnames list of file names.
kind an integer (1:3); 1 = segy, 2 = sac, 3 = AH.
GG a list returned by GET.seis.

Value

a list containing the seismic data and header information.

Author(s)

Original code by Jonathan M. Lees <jonathan.lees@unc.edu> with edits by Eric M. Thompson <eric.thompson@tufts.edu>.

See Also

rsac


[Package Rsac version 0.1-8 Index]