prep1wig {RSEIS} | R Documentation |
Takes list of traces and prepares new list for analysis in RSEIS
prep1wig(wig=vector(), dt=1, sta="STA", comp="CMP", units="UNITS")
wig |
vector of time series |
dt |
sample interval |
sta |
character, station name |
comp |
character,component name |
units |
character, units of signal |
prep1wig is offered to reformat a time series
for input to program PICK.GEN()
Rsac output list
amp |
amplitude |
dt |
sample rate |
nzyear |
year |
nzhour |
hour |
nzmin |
minutes |
nzsec |
seconds |
nzmsec |
msec |
b |
sac stuff |
e |
sac stuff |
o |
sac stuff |
fn |
character, file name |
sta |
character |
comp |
character |
DATTIM |
list of date and time |
N |
number of points |
units |
character |
Jonathan M. Lees<jonathan.lees.edu>
PICK.GEN, prepSEIS
data(sunspots) ES = prep1wig(wig=sunspots, dt=1/12, sta="STA", comp="CMP", units="UNITS" ) EH=prepSEIS(ES) STDLAB = c("DONE", "zoom out", "refresh", "restore", "XTR", "SPEC", "SGRAM" ,"WLET") xx = PICK.GEN( EH, STDLAB = STDLAB)