symshot1 | R Documentation |
Simulate an exploration style seismic shot with ground roll, air wave, refractions and reflections.
symshot1(PLOT = FALSE)
PLOT |
logical, TRUE=plot the wiggles. DEFAULT=FALSE |
Arrivals are calculated based on geometric considerations with a 1D layered model.
smograms |
Matrix: columns are individual traces |
dt |
sample interval in time, s |
x |
x locations |
dx |
spacing in X-direction |
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 |
MOdel is relatively simple:
Jonathan M. Lees<jonathan.lees@unc.edu>
Sherrif
wiggleimage, symshot
S1 <- symshot1()
wiggleimage(S1$smograms, dt = -S1$dt, dx = S1$x, col = "black")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.