next up previous [pdf]

Next: Exercise Up: Demo Previous: Part One

Part Two

cmp nmo taup nmo2
cmp,nmo,taup,nmo2
Figure 1.
CMP gather from Canterbury dataset before applying NMO (a), after applying NMO (b), after Forward parabolic Radon transfrom (c), after applying inverse parabolic Radon transform (d). The forward and inverse parabolic Radon transforms are applied in sequence to examine the parameters of the process and to ensure that no events are lost during the process
[pdf] [pdf] [pdf] [pdf] [png] [png] [png] [png] [scons]

Figure 3(a) shows a CMP gather from Canterbury data set Line 12. The multiple energy appears at time around 2.25 s. Figure 1(b) shows the same gather after applying NMO correction with veloctiy equals to 1500 m/s. The multiple events starting at around 2.25 s and below are flatened while primary events , e.g at 2 s, are over corrected. The difference in move-out between the primaries and multiples, hence, can be used in Radon domain to attenuate multiple energy. Figure 2(a) is generated by forward parabolic Radon transform while Figure 1(d) is generated by inverse parabloic Radon transform. The purpose was to make sure that forward and inverse transforms do not cause any data loss.

taup taupmult
taup,taupmult
Figure 2.
Forward Radon transform of the gather (a). Mute is applied to preserve multiples (b); so that multiples can be transformed to time-offset domain for subtraction from the CMP gather.
[pdf] [pdf] [png] [png] [scons]

Figure 2(a) shows the Radon transform of the CMP gather in Figure 3(a) while Figure 2(b) shows in the Radon domain the multiple energy only after mutting the primary energy. The protected multiples can be taken back to the time-offset domain and are subtracted from the data.

cmp signal2 vscan-cmp vscan-signal2
cmp,signal2,vscan-cmp,vscan-signal2
Figure 3.
CMP gather before multiple attenuation (a). CMP gather after multiple attenuation (b). Gather in (a) is used to generated semblance scan in (c). Gather in (b) is used to generate semblance scan in (d).
[pdf] [pdf] [pdf] [pdf] [png] [png] [png] [png] [scons]

CMP gather before multiple attenuation is shown in Figure 3(a) and the coresponding semblance scan is shown in Figure 3(c). The CMP gather after multiple attenuation is shown in Figure 3(b) and the coresponding semblance scan is shown in Figure 3(d). The semblance scans show how multiple energy is reduced for the CMP gather after multiple attenuation.

  1. To examine the forward and inverse Radon transform, Run
    bash$ scons taup-qc.view
    

  2. Edit the SConstruct file and find the line that says CHANGE ME, and modify the reference offset x0 for sfradon program. To get more details about sfradon parameters, run
    bash$ sfradon
    
    Check your result by running
    scons taup-qc.view
    

  3. Edit the SConstruct file and find the second CHANGE ME, and modify the starting time t0 for sfmutter. To get more details about sfmutter parameters, run sfmutter in a Unix shell. Check your result by running
    scons taup-mult.view
    

  4. Edit the SConstruct file and find the third CHANGE ME, and modify the parameter v0 for sfmutter. Check your result by running
    scons taup-mult.view
    

  5. Edit the SConstruct file and find the line that says ADD CODE to create signal2.vpl. To get more details about sfgrey parameters, run sfgrey in a Unix shell. Add your code and create the vpl file by running
    scons signal2.vpl
    

    Display the figure by running

    sfpen signal2.vpl
    
    Hint: the SConstruct file has similar code for creating the figure

  6. Edit the SConstruct file and find the line that says ADD CODE to display cmp.vpl and signal2.vpl. Add your code and view the file by running
    scons cmp-signal2.view
    

    Hint: the SConstruct file has a similar example

  7. Edit the SConstruct file and find the line that says ADD CODE to display vscan-cmp.vpl and vscan-signal2.vpl. Add your code and view the file by running
    scons vcmp-signal2.view
    

    Hint: the SConstruct file has a similar example


next up previous [pdf]

Next: Exercise Up: Demo Previous: Part One

2012-07-20