XWINdata {WINRPACK} | R Documentation |
Extract WIN format
XWINdata(fn, stasel = stasel, PLOT = FALSE)
fn |
file name |
stasel |
selection of stations |
PLOT |
logical wheaterh to plot |
List of of seismic traces (time series with headers):
fn |
original file name |
sta |
station name |
comp |
component |
dt |
delta t in seconds |
DATTIM |
time list |
yr |
year |
jd |
julian day |
mo |
month |
dom |
day of month |
hr |
hour |
mi |
minute |
sec |
sec |
msec |
milliseconds |
dt |
delta t in seconds |
t1 |
time start of trace |
t2 |
time end of trace |
off |
off-set |
N |
number of points in trace |
units |
units |
amp |
vector of trace values |
Jonathan M. Lees<jonathan.lees@unc.edu>