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 = 1, PLOT = FALSE)
testgetseis(GG)

Arguments

fnames list of file names.
kind an integer (1:3); 1 = segy, 2 = sac, 3 = AH.
PLOT logical, for if the traces should be plotted.
GG a list returned by GET.seis.

Value

a list containing the seismic data and header information.

Author(s)

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

See Also

rsac


[Package Rsac version 0.1-7 Index]