getseis24(RSEIS)
getseis24()所属R语言包:RSEIS
Get 24 Hours of Seismic Data
24小时的地震数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get 24 Hours of Seismic Data
24小时的地震数据
用法----------Usage----------
getseis24(DB, iyear = 2009, iday = 1, usta = "", acomp = "", kind = 1, Iendian=1, BIGLONG=FALSE)
参数----------Arguments----------
参数:DB
Data base of meta-data about the seismic trace files
数据库的的地震跟踪文件的元数据
参数:iyear
Year for extraction
对提取的年份
参数:iday
Julian day for extraction
儒略日提取
参数:usta
station to show
站显示
参数:acomp
component to show
组件显示
参数:kind
kind of data, default=1, SEGY data
的数据类型,默认值= 1,SEGY数据
参数:Iendian
Endian-ness of the data: 1,2,3: "little", "big", "swap". Default = 1 (little)
字节序的数据显示:1,2,3:“小”,“大”,“交换”。默认值= 1(小)
参数:BIGLONG
logical, TRUE=long=8 bytes
逻辑,TRUE =长= 8个字节
Details
详细信息----------Details----------
The DB file consists of a list of information on where to find the data and what times are covered.
DB文件中包含的信息在哪里可以找到的数据和什么时候覆盖的列表。
fn full path to file
FN所有文件的路径
yr year
年一年
jd julian day
JD儒略日
hr hour
小时小时
mi minute
MI分钟
sec second
秒秒
dur duration, seconds
期间持续时间,秒
origyr origin time for epoch calculations
origyr的起源时间划时代的计算
值----------Value----------
参数:yr
start year
开始年份
参数:jd
start julian day
启动儒略日
参数:t1
start t1 (with epoch)
启动T1(具有划时代)
参数:t2
start t2 (with epoch day)
启动T2(具有划时代日)
参数:ed
epoch day
划时代日
参数:hr
start hour
启动小时
参数:mi
start minute
启动分钟
参数:sec
start seconds
启动秒
参数:gamp
Amplitude of each trace
每个跟踪的幅度
参数:gdt
delta-t, sample interval, in seconds
的Delta-T,采样间隔,以秒为单位
参数:gnam
station name
站名
参数:gfile
file information
文件信息
参数:sigs
List of time series
时间序列列表
参数:zna
List of NA values in each time series
在每个时间序列的NA值列表
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
setupDB, plotseis24
setupDB,plotseis24
实例----------Examples----------
## Not run: [#不运行:]
JJ = getseis24(DB, 2008, 366, usta, acomp, kind = 1)
pjj = plotseis24(JJ, dy=1/18, FIX=24, SCALE=1, FILT=list(ON=FALSE, fl=0.05 , fh=20.0, type="BP", proto="BU"), RCOLS=c(rgb(0.2, .2, 1), rgb(.2, .2, .2)) )
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|