List containing the seismic data and header information.
Each trace consists of a list with:
fnoriginal file name
stastation name
compcompnent
dtdelta t in seconds
DATTIMtime list
yryear
jdjulian day
momonth
domday of month
hrhour
miminute
secsec
msecmilliseconds
dtdelta t in seconds
t1time start of trace
t2time end of trace
offoff-set
Nnumber of points in trace
unitsunits
ampvector of trace values
Details
JGET.seis extracts digital seismic data from binary files
stored in the file system. The program uses C-code for I/O
and passes data back to R. Currently SAC, SEGY formats
are installed but it is easy to extend. AH format
is available for LINUX systems, but there were problems compiling in
WINDOWS and MACOS so this feature was removed.
A filter for mseed format is currently being developed.