0% found this document useful (0 votes)
265 views7 pages

Lab 1 - Examine Seismic Data - QAB4083 - Seismic Data Processing

The document discusses examining seismic data from a lab activity. It describes loading seismic data and its header information from a file into MATLAB. The header contains metadata about the data acquisition including time and spatial information. Various plots can be made to visualize the source and receiver locations and stacking of the data. Different display techniques for seismic traces are also described like wiggle, variable area, and variable density plots. Students are assigned to examine the header information, and display shot gathers using various plotting techniques and comment on amplitudes.

Uploaded by

fom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
265 views7 pages

Lab 1 - Examine Seismic Data - QAB4083 - Seismic Data Processing

The document discusses examining seismic data from a lab activity. It describes loading seismic data and its header information from a file into MATLAB. The header contains metadata about the data acquisition including time and spatial information. Various plots can be made to visualize the source and receiver locations and stacking of the data. Different display techniques for seismic traces are also described like wiggle, variable area, and variable density plots. Students are assigned to examine the header information, and display shot gathers using various plotting techniques and comment on amplitudes.

Uploaded by

fom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

2/10/2018 Lab 1: Examine Seismic Data – QAB4083: Seismic Data Processing

QAB4083: Seismic Data Processing

Lab 1: Examine Seismic Data

Posted on August 21, 2016August 21, 2016 by nazrinshukri


Lab Activity

The seismic data and its data must be carefully looked when meeting the seismic data for the first time.
The seismic data and the header contains information and tabulation of parameters used to acquire the
data. These data are store in the seismic data format SeismicData.mat. The data and the header is to be
examined by using the MATLAB.

Examining the Data Set

By loading the SeismicData.mat, the 2D seismic data and its header information was able to be
examined. By loading the data, two variables was obtained:

D
H

Header Information

After loading SeismicData.mat. Variable H as seen in the table above shows that is a 1 × 594 structure
array with many field such as the:

dt – Time sampling interval


ns – number of time samples per trace
offset – The offset
tracl – Trace numbers
fldr – The shot gather numbers

But in order to access any of these fields, a new vector needs to be created. There are many more fields
which can be explored similarly. A MATLAB function called extractin_geometry.m can be used to obtain
geometrical information such as:

sx & sy – source coordinate


gx & gy – receiver coordinate
gz – source elevation

After obtaining the different geometrical variables, it is used to plot the number of seismic traces versus
the number of shot gathers. The plot are as below:
https://nazrinshukri.wordpress.com/2016/08/21/lab-1-examine-seismic-data/ 1/7
2/10/2018 Lab 1: Examine Seismic Data – QAB4083: Seismic Data Processing

It can also be used to plot the number of source x-axis locations versus the number of traces as seen
below:

In order to plot the receiver x-axis locations versus the number of traces, the code needs to be altered by
calling the receiver parameter. The said plot are as below:

The last and final plot is the seismic stacking chart where the vertical axis shows the shot number and
the horizontal axis shows the shot and receiver x-coordinate. The plot are as below:

https://nazrinshukri.wordpress.com/2016/08/21/lab-1-examine-seismic-data/ 2/7
2/10/2018 Lab 1: Examine Seismic Data – QAB4083: Seismic Data Processing

Displaying Seismic Data

There are several ways of displaying the seismic sections but the most commonly used displays are:

The wiggle display: plots seismic trace amplitudes as a function of time.


The variable area display: shades the area under the wiggle trace to make coherent seismic events
evident.
The variable density display: represents amplitude values by the intensity of shades of grey and
sometimes in colours.

The figures below shows the shot gather number 8 as displayed using the variable area display and the
variable density display in both grey and colours:

https://nazrinshukri.wordpress.com/2016/08/21/lab-1-examine-seismic-data/ 3/7
2/10/2018 Lab 1: Examine Seismic Data – QAB4083: Seismic Data Processing

Displaying a group of seismic shot gathers concatenated together can also be done by using the same
function extracting_shots.m. The figure below shows the extracted shot gathers number 4-6 in their
variable area display.

Computer Assignment

Load the seismic data SeismicDat.mat.

Examine the seismic data header information and obtain the following information: common depth-
point (CDP) values, number of time samples (nt), spatial interval (dx) and time sampling interval
(dt).

https://nazrinshukri.wordpress.com/2016/08/21/lab-1-examine-seismic-data/ 4/7
2/10/2018 Lab 1: Examine Seismic Data – QAB4083: Seismic Data Processing

Display shot gather 12-15 using the:


Wiggle Plo ing

Grey-scaled image plo ing

https://nazrinshukri.wordpress.com/2016/08/21/lab-1-examine-seismic-data/ 5/7
2/10/2018 Lab 1: Examine Seismic Data – QAB4083: Seismic Data Processing

Coloured image plo ing

Based on the shot gathers display, it can be seen that the amplitude is decreasing with time where it
requires to be edited by muting this trace as it will affect the subsequent processing steps.

https://nazrinshukri.wordpress.com/2016/08/21/lab-1-examine-seismic-data/ 6/7
2/10/2018 Lab 1: Examine Seismic Data – QAB4083: Seismic Data Processing
Advertisements

₦5,000
₦2,550
-40%

Report this ad

-40%

₦8,000 ₦1,800

Report this ad

Blog at WordPress.com.

https://nazrinshukri.wordpress.com/2016/08/21/lab-1-examine-seismic-data/ 7/7

You might also like