next up previous print clean
Next: Parallelization Up: Sava and Clapp: WEI Previous: Introduction

Operator overview

In migration by downward-continuation, the wavefield at depth $z+\Delta z$ is obtained by phase-shift from the wavefield at depth z Claerbout (1985)  
 \begin{displaymath}
\mathcal W\left({z+\Delta z} \right)= \mathcal W\left(z \right)e^{-i k_z\Delta z}.\end{displaymath} (1)
where the depth wavenumber kz depends linearly through a Taylor series expansion on its value in the reference medium (kzo) and the slowness difference in the depth interval from z to $z+\Delta z$, $s\left({\bf x},z \right)- s_o\left(z \right)$: 
 \begin{displaymath}
k_z\approx {k_z}_o+ \left. \frac{\partial k_z}{\partial s} \right\vert _{s=s_o}\left(s- s_o\right),\end{displaymath} (2)
where, by definition, $\Delta s=s\left({\bf x},z \right)-s_o\left(z\right)$, and ${\bf x}$ denotes spatial position at depth z. The expression for $\left. \frac{\partial k_z}{\partial s} \right\vert _{s=s_o}$ can take many different forms, summarized in Sava (2000).

From Equations (1) and (2), we can write that
   \begin{eqnarray}
\mathcal W\left({z+\Delta z} \right)&=& \mathcal W\left(z \righ...
 ...c{\partial k_z}{\partial s} \right\vert _{s=s_o}\Delta s\Delta z}.\end{eqnarray} (3)
(4)

Equation (3) represents a general form of the main mixed-domain downward-continuation operator. This operator can be broken up into a group of functional operators as follows:

$\mathcal W\left({z+\Delta z} \right)$ and $\mathcal W\left(z \right)$ are the wavefields at depths $z+\Delta z$ and z respectively, $\Delta z$ is the depth step, so is the constant reference slowness in the slab from z to $\Delta z$,$s\left(\bf{x} \right)$ is the variable slowness in the same depth slab, and $\texttt{DSR}\left(s_o\right)$ represents the depth wavenumber expressed using the double-square root equation, and which is a function of the reference slowness (so).

For Equations (5) and (6), we can distinguish 5 functional operators. Each operator is initialized with a call to a function (XXin) and executed with a call to another function (XXop). In a typical example, the functional operators perform the following tasks:

1.
Wavefield continuation operator (WCin & WCop)

Continues the wavefield between two depth levels, using one or more reference slownesses.

Interface: integer function WCop(wfld,iws,izs,ith,FKop,FXop) result(st)

Implemented examples:

2.
Slowness operator (SLin & SLop)

Selects the number and values of the reference slownesses (so), and sets-up the interpolation map between the wavefields continued using the various reference slownesses.

Interface: integer function SLop() result(st)

Implemented examples:

3.
f-k operator (FKin & FKop)

Performs phase-shift using the full 3-D DSR equation Claerbout (1985), the common-azimuth equation Biondi and Palacharla (1996), or the offset plane-waves equation Mosher and Foster (2000).

Interface: integer function FXop(iws,izs,ifk,ith,wfld) result(st)

Implemented examples:

4.
f-x operator (FXin & FXop)

Performs phase shift that accounts for lateral slowness variation. Examples of (f-x) operators include but are not limited to split-step Fourier Stoffa et al. (1990), local Born Fourier or local Rytov Fourier Huang et al. (1999), Fourier Finite-Difference Ristow and Ruhl (1994), generalized screen propagators Le Rousseau and de Hoop (1998), etc.

Interface: integer function FXop(iws,izs,ifk,ith,wfld) result(st)

Implemented example:

5.
Imaging operator (IGin & IGop)

Performs imaging in the offset-domain or the offset ray-parameter domain. This operator can also incorporate amplitude-preserving corrections.

Interface: integer function IGop(wfld,iws,ith) result(st)

Implemented examples:


next up previous print clean
Next: Parallelization Up: Sava and Clapp: WEI Previous: Introduction
Stanford Exploration Project
6/8/2002