symshot1(RSEIS)
symshot1()所属R语言包:RSEIS
Simulate a seismic shot
模拟的地震射门。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulate an exploration style seismic shot with ground roll, air wave, refractions and reflections.
模拟地震探究式镜头与地面滑跑,空气波,折射和反射。
用法----------Usage----------
symshot1(PLOT = FALSE)
参数----------Arguments----------
参数:PLOT
logical, TRUE=plot the wiggles. DEFAULT=FALSE
逻辑,TRUE =图的振荡。默认值= FALSE
Details
详细信息----------Details----------
Arrivals are calculated based on geometric considerations with a 1D layered model.
计算上的一维分层模型的几何考虑来港定居人士。
值----------Value----------
参数: smograms
Matrix: columns are individual traces
矩阵列个人痕迹
参数: dt
sample interval in time, s
采样间隔时间,s
参数: x
x locations
所述位置
参数:dx
spacing in X-direction
在X方向上的间距
参数:REFL
reflection information
反射信息
参数:REFR
refraction image
折射图像
参数: GRrec
ground roll image
地面滑跑图像
参数:AIRrec
air wave image
空气波图像
参数:THEORY
List of theoretical values
理论值列表
参数:trefrac
refraction arrival times
折射到达时间
参数:treflex
reflection arrival times
反射到达时间
参数:tair
Air arrival times
空气到达时间
参数:velair
velocity for the air wave
空气波速度为
参数: mod
Layered Model
分层模型
注意----------Note----------
MOdel is relatively simple:
模型是比较简单的:
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
S1 = symshot1()
wiggleimage(S1$smograms, dt = -S1$dt, dx = S1$x, col = "black")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|