Skip to content

Commit 494faf2

Browse files
committed
Scratch of reproducible paper for modeling step
Builds the reproducible paper explaning Kirchhoff modeling with Madagascar and uses a bibtex file to build the references
1 parent 27b9473 commit 494faf2

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ backup/
1717
*.pdf
1818
*.scons
1919
checkpoints
20+
*.lof
21+
*.jp2
22+
*.bbl
23+
*.blg

experiments/modeling/mybib.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@Article{km,
2+
author = {B. Duquet and K. Marfut and J. Dellinger},
3+
title = {Kirchhoff modeling, inversion forreflectivity, and subsurface illumination},
4+
journal = {Geophysics},
5+
year = 2000,
6+
volume = 65,
7+
number = 4,
8+
pages = {1195-1209}}

experiments/modeling/paper.tex

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\title{Reproducible experiment}
1+
\title{Reproducible experiment: Kirchhoff modeling}
22

33
\author{Rodolfo A C Neves (Dirack)}
44
\begin{abstract}
@@ -10,9 +10,45 @@
1010

1111
\section{Introduction}
1212

13+
\indent In this directory we build a seismic data cube from a gaussian reflector in a linear velocity model.
14+
\footnote{This numerical experiment was originaly
15+
design by Sergey Fomel and Roman Kazinnik in
16+
the paper Non-hyperbolic common reflection surface
17+
(2013).
18+
This paper is avaliable as a reproducible paper in
19+
the \href{http://www.ahay.org}{Madagascar website}.}
20+
Velocity increases with depth with a 0.5
21+
velocity gradient and near surface velocity
22+
$v_0=1.5Km/s$.
23+
24+
\indent A seismic data cube means that each sample
25+
in the data space can be identifyed by it's CMP,
26+
half-offset and time coordinates. So, the seismic
27+
data can be represented by an amplitude function
28+
A(m,h,t), where m is the CMP, h the half-offset
29+
and t is the time.
30+
31+
Kirchhoff modeling \cite[]{km}:
32+
33+
\begin{quote}
34+
Kirchhoff modeling can be defined as the
35+
mathematical transpose of Kirchhoff migration.
36+
The resulting Kirchhoff modeling algorithm
37+
has the same low computational cost as
38+
Kirchhoff migration and, unlike expensive full
39+
acoustic or elastic wave‐equation methods,
40+
only models the events that Kirchhoff migration
41+
can image.
42+
\end{quote}
43+
1344
\inputdir{scons}
1445
\plot{gaussianReflectorVelocityModel}{width=\textwidth}{Gaussian reflector model.}
1546

1647
\plot{dataCube}{width=\textwidth}{Seismic data cube.}
1748

18-
\plot{cmpGather}{width=\textwidth}{CMP gather extracted from the seismic data cube, 5Km is the CMP Gather coordinate.}
49+
\plot{cmpGather}{width=\textwidth}{CMP gather
50+
extracted from the seismic data cube,
51+
5Km is the CMP Gather coordinate.}
52+
53+
\bibliographystyle{seg}
54+
\bibliography{mybib}

0 commit comments

Comments
 (0)