previous up next print clean
Next: REFERENCES Up: Claerbout: Data gap filling Previous: RESEARCH GOALS

3-D EXTENSION PROPOSAL

Consider three seismograms on the earth surface that are not on a line. Let the seismograms be denoted as A, B, and C. Let seismogram A be located at ra=(xa,ya) with a likewise location for B and C. Take a monoplane model, ${\rm const} = t - p_x x - p_y y$.Define three times which are linear functions of px and py.

\begin{eqnarray}
\tau_a &=& r_a \cdot p \quad =\quad\tau_a(p_x,p_y) \\ \tau_b &=...
 ...u_b(p_x,p_y) \\ \tau_c &=& r_c \cdot p \quad =\quad\tau_c(p_x,p_y)\end{eqnarray} (1)
(2)
(3)
Let Z be the familiar delay operator of Z-transform theory. Now, do a global scan over the two parameters (px, py) where for each value of (px, py) you solve the following minimization of the quadratic in three scalar variables.
   \begin{eqnarray}
Q(\alpha,\beta,\gamma )
&=&\ \ \Vert A - \alpha Z^{(\tau_a-\tau...
 ...c-\tau_b)} B \Vert
 + \Vert B - \gamma Z^{(\tau_b-\tau_c)} C \Vert\end{eqnarray}
(4)
where summation over a small time gate is denoted by $\Vert Q \Vert$.Absorbing the time shifts into the definitions of A, B, and C and minimizing Q by variation of $\alpha$ leads to $\alpha= 2 (A \cdot B)/[(A\cdot A)+(B\cdot B)]$with similar expressions for $\beta$ and $\gamma$.

The value of (px,py) is found by the global search of Q(px,py). A two-dimensional search on (px,py) space is not as costly as it sounds. We can first run burone() [*] for each of the three rows in equation (4) for all possible one-dimensional stepouts and tabulate the outputs. Then the two-dimensional global search requires only a few additions from the tables for each point in (px,py) space.

If we were to follow the philosophy of my 2-D code, the value of the interpolated trace is far less important than the fact that we have used the (px,py) from above. In other words, we can throw away $(\alpha,\beta,\gamma )$.The value of the unknown trace could be
\begin{displaymath}
U Z^{-\tau_u} \quad =\quad c(w_1 A Z^{-\tau_a} + w_2 B Z^{-\tau_b}+ w_3 C Z^{-\tau_c})\end{displaymath} (5)
where the wi depend only on geometry and the scale, if any, is the overall coherence, say $c=1-\Vert Q\Vert /( \Vert A \Vert + \Vert B \Vert + \Vert C \Vert )$.Alternately, it is not difficult to make more elaborate models. [*]

There are many ways to bake the cake. I believe, however, the most important feature of any formulation is that it should maintain a very minimal number of adjustable parameters because we want to go to very small time gates. If the original data were on a regular rectangular mesh, instead of an arbitrary three locations, then we can reduce the three free parameters above to two. First, permit me to change variables so all the values of $Z^\tau$ are unity. Then use $\alpha$ for north-south correlation and $\beta$ for east-west correlation.
\begin{eqnarray}
Q(\alpha,\beta )
&=&\ \ 
\Vert A - \alpha B \Vert + \Vert B - \...
 ... \beta A \Vert +
\Vert B - \beta D \Vert + \Vert D - \beta B \Vert\end{eqnarray}
(6)


previous up next print clean
Next: REFERENCES Up: Claerbout: Data gap filling Previous: RESEARCH GOALS
Stanford Exploration Project
11/18/1997