next up previous print clean
Next: HIGHER ANGLE ACCURACY Up: WAVEMOVIE PROGRAM Previous: Lateral velocity variation

Migration in (omega,x)-space

The migration program is similar to the film loop program. But there are some differences. The film loop program has ``do loops'' nested four deep. It produces results for many values of t. Migration requires a value only at t=0. So one loop is saved, which means that for the same amount of computer time, the space volume can be increased. Unfortunately, loss of a loop seems also to mean loss of a movie. With $\omega$-domain migration, it seems that the only interesting thing to view is the input and the output.

The input for this process will probably be field data, unlike for the film loop movie, so there will not be an analytic representation in the $\omega$-domain. The input will be in the time domain and will have to be Fourier transformed. The beginning of the program defines some pulses to simulate field data. The pulses are broadened impulses and should migrate to approximate semicircles. Exact impulses were not used because the departure of difference operators from differential operators would make a noisy mess.

Next the program Fourier transforms the pseudodata from the time domain into the $\omega$-frequency domain.

Then comes the downward continuation of each frequency. This is a loop on depth z and on frequency $\omega$.Either of these loops may be on the inside. The choice can be made for machine-dependent efficiency.

For migration an equation for upcoming waves is required, unlike the downgoing wave equation required for the film loop program. Change the sign of the z-axis in equation (43). This affects the sign of aa and the sign of the phase of cshift.

Another difference with the film loop program is that the input now has a time axis whereas the output is still a depth axis. It is customary and convenient to reorganize the calculation to plot traveltime depth, instead of depth, making the vertical axes on both input and output the same. Using $\tau=z/v$ , equivalently $d \tau / dz =1/v$ , the chain rule gives  
 \begin{displaymath}
{\partial \ \over \partial z} \ \eq \ 
{\partial \tau \over ...
 ... \tau}
\ \eq \ 
{1 \over v }\ { \partial \ \over \partial \tau}\end{displaymath} (51)
Substitution into (43) gives  
 \begin{displaymath}
{\partial P \over \partial \tau } \ \eq \ 
-\, i \, \omega \...
 ...er - \, i \, \omega \, 2 } \ 
{\partial^2 P \over \partial x^2}\end{displaymath} (52)

In the program, the time sample size dt $=\, \Delta t$ and the traveltime depth sample dtau $=\, \Delta \tau$ are taken to be unity, so the maximum frequency is the Nyquist. Notice that the frequency loop covers only the negative frequency axis. The positive frequencies serve only to keep the time function real, a task that is more quickly done by simply taking the real part. A program listing follows

The output of the program is shown in Figure 8. Mainly, you see semicircle approximations. There are also some artifacts at late time that may be $\omega$-domain wraparounds. The input pulses were apparently sufficiently broad-banded in dip that the figure provides a preview of the fact, to be proved later, that the actual semicircle approximation is an ellipse going through the origin.

 
kjartjac
Figure 8
Output of the program kjartjac: semicircle approximations.

kjartjac
view burn build edit restore

Notice that the waveform of the original pulses was a symmetric function of time, whereas the semicircles exhibit a waveform that is neither symmetric nor antisymmetric, but is a 45$^\circ$ phase-shifted pulse. Waves from a point in a three-dimensional world would have a phase shift of 90$^\circ$.Waves from a two-dimensional exploding reflector in a three-dimensional world have the 45$^\circ$ phase shift.


next up previous print clean
Next: HIGHER ANGLE ACCURACY Up: WAVEMOVIE PROGRAM Previous: Lateral velocity variation
Stanford Exploration Project
12/26/2000