Lab 1: Examine Seismic Data

The objective of this lab session it to look at the seismic header which contains the basic information of the seismic survey and tabulation of parameter used to acquire the data. The format the we receive is usually in SEG-Y. 




          1.  Examining the data set 

ü Load data into matlab; SeismicData_B.mat
ü It will view two main information; a) the original data is stored in variable D & b) the header value is stored in variable H

ü Result




2. Header Information 

ü Call for header
ü Extract geometrical information such as the source coordinate (sx and sy) and receiver coordinate (gx and gy), the source elevation (gz) and others


ü Result :


                                      Figure 1: The number of traces per shot


Figure 2: The source elevation profile for each 
Figure 3: The stacking chart plot of the seismic data




1            3. Displaying seismic data

                 Two ways of displaying seismic sections
·         Seismic shot gather
·         CMP gather

Common use displays are
·         Wiggle display
·         The variable area display
·         The variable density display


Extracting shot gather number 12-15; which is displayed using variable area display scheme and variable density display scheme in wiggle, grey and colors display respectively
Figure 4: Variable area/wiggle display 

Figure 5: Grayscaled variable density display

Figure 6: Colored variable density display 

Figure 7: Wiggle on top of colored variable display

However, if we display shot gather num 16, the trace num 1 amplitude increases as time increases. For this, we need to edit by muting this trace since it will affect the subsequence processing steps.


Comments

Popular posts from this blog

Lab 5: Sorting, Velocity Analysis, Stacking

Lab 6: Static Corrections

INTRODUCTION