setupDB(RSEIS)
setupDB()所属R语言包:RSEIS
Set up a seismic data base
设置了地震数据的基础上,
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Set up a data base storing the location and times for a set of seismic data.
设立一个为一组地震数据存储的位置和时间数据的基础上。
用法----------Usage----------
setupDB(DB, token = TRUE, split = "\\.")
参数----------Arguments----------
参数:DB
fnfull path to file
fnfull文件的路径
yryear
yryear
jdjulian day
jdjulian日
hrhour
hrhour
miminute
miminute
secsecond
secsecond
durduration, seconds
durduration,秒
origyrorigin time for epoch calculations
origyrorigin划时代的计算时间
参数:token
logical, use tokens in the file names of the fn's to extract station and component names for selection. default=TRUE
逻辑,使用令牌在文件名中的FN提取可供选择的站和元件的名称。默认值= TRUE
参数:split
character string to split if using token, default is a period.
如果使用令牌字符串分割,默认情况下是一个句点。
Details
详细信息----------Details----------
If token is FALSE, then the station name and component are selected using substr, i.e. by column number.
如果令牌是假的,然后站名和组件的选择,即使用substr列数。
值----------Value----------
DB with epoch time and station information appended,
DB具有划时代时间和站添加信息,
参数:t1
epoch start time
时代的开始时间
参数:t2
expoch end time = t1+nsamps*sample rate n seconds
expoch结束时间= t1 + nsamps *采样率n秒
参数:sta
station
站
参数:comp
component
元件
注意----------Note----------
Program attaches station identification used for grepping.
程序十分鉴定站用于中用grep命令搜索。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
EPOCHday, T12.pix, Mine.seis
EPOCHday,T12.pix,Mine.seis
实例----------Examples----------
## Not run: [#不运行:]
### location of data base file[##的数据库文件的位置]
datadir1 = '/home/lees/Site/Santiaguito/SG09'
d1 = 'segyDB'
#### scan in the data base file[###中的数据的基础上文件扫描]
DB = scan(file=paste(sep="/", datadir1, d1), list(fn="", yr=0, jd=0,
hr=0, mi=0, sec=0, dur=0))
#### interactively fix the DB list[###交互方式修复DB名单]
DB = setupDB(DB)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|