- file
Character
vector, input file name(s), with extension.
- append
Logical
value, option append single files to one
continuous file, keeping only the header information of the first file,
default is TRUE
.
- signal
Logical
value, option to import the signal vector,
default is TRUE
.
- time
Logical
value, option to create the time vector. The
timezone is automatically set to "UTC"
, default is TRUE
.
- meta
Logical
value, option to append the meta data part,
default is TRUE
.
- header
Logical
value, option to append the header part,
default is TRUE
.
- eseis
Logical
value, option to read data to an eseis
object (recommended, see documentation of
aux_initiateeseis
), default is TRUE
- get_instrumentdata
Logical
value, option to fill meta
information (sensor name, logger name, logger gain) from SAC user fields
(field 127-129, KUSER0-KUSER2). Default is FALSE
.
- endianness
Logical
value, endianness of the sac file. One
out of "little"
, "big"
and "swap"
. Default
is "little"
.
- biglong
Logical
value, number coding format. Default
is FALSE
.
- type
Character
value, type keyword of the data. One out of
"waveform"
, "envelope"
, "fft"
, "spectrum"
,
"spectrogram"
, "other"
, hilbert
, hvratio
.
Default is "waveform"
.