|
<< Click to Display Table of Contents >> Navigation: Input/Output > Read SEG-Y traces |
Reading SEG-Y traces
![]()
![]()
Read SEG-Y traces module is designed to read seismic traces from SEG-Y files, and make them available to use inside g-Platform.
In addition to reading in all the traces of a SEG-Y, this module can also be used for the following:
•Adjust trace headers with mathematical expressions (Trace Header Dictionary)
•Read traces according to trace type
•Recalculate offsets according to coordinates
•Load all traces directly to RAM memory for use as a gather input (NOTE: This should only be done with small SEG-Y. See “load Data to RAM” for more information).
Read Seg-y traces will not be used for displaying the input traces SEG-Y data, even when the module has run successfully. To view seismic data, there are different ways to use Read SEG-Y traces module to display the data.
Enable active location map - It will display the gathers when the user selects them on the location map.
Load data to RAM - This will be used ONLY when the input data size is small. We DO NOT recommend for large dataset(s).
For more detailed information about Enable active location map & Load data to RAM, it is described in EXAMPLES section.
How to create new trace header format?
Geomage format is a standard SEG-Y Rev 1.0. This is the default trace header format inside the Read SEG-Y traces module. User can create a new trace header format as per the input data requirements.

•Go to Trace header format and click on Geomage format.
•At the bottom of the drop down menu, New format exists. Click on New format. Give it a name.
•Now the Trace header format changes from Geomage format to user defined format.
•Click on the calculator/table icon. It will open a window. Edit the trace headers as per the input data.



How to change Trace Headers with mathematical expressions in the Trace Header dictionary?
Use the “Expression” Column to modify incoming trace headers. Trace headers are modified according to their byte location. The adjusted trace headers will be take the place of the trace header indicated by the field column.
Use the format as Item Type(Start Byte).
Item type - Int4, Float4, Int2, Float2 etc.
Start Byte - starting byte location of the corresponding trace header.
Examples of mathematical expressions used within the trace header format.
Divide incoming SOURCE_SP by 100

Multiply a coordinate value by the coordinate scalar included in the trace headers:

Set every value of for a trace header to a single value

•Use any valid mathematical operation or function to modify trace headers
oMathematical operators (+, -, *, /, %, ^)
oFunctions (min, max, avg, sum, abs, ceil, floor, round, roundn, exp, log, log10, logn, root, sqrt, clamp, inrange)
oTrigonometry (sin, cos, tan, acos, asin, atan, atan2, cosh, cot, csc, sec, sinh, tanh, d2r, r2d, d2g, g2d, hyp)
•Change Start byte to match the appropriate value in the Field column. Don’t change the value in Field to match the start byte.
![]()
![]()
Input data tab is disabled for this module. All the input data MUST be provided in the Parameters tab.
![]()
![]()
Click inside the Value field and click on "...". Provide full path and file name of the input SEG-Y.

Data type - specify the input data type from the drop down menu. There are 3 types available. Land, Marine, Transition.
Text header size - text header stores the survey and processing history information. This is in ASCII format. The default size is 3200 bytes. This is also known as EBCDIC header. The standard size of the text header is 40 rows and 80 columns.
Binary header size - this header stores the data in binary format. Default size is 400 bytes. In this header, we get sample interval, no of samples, measurement system, data format (IBM, floating point, ....) etc. information is stored.

Endian - it refers to the byte order in which a computer stores the multi byte (integers, floating point etc) data in memory or files.
Big Endian - Most Significant Byte is stored at Lowest memory address. Most old computers used Big Endian.
Little Endian - Least Significant Byte is stored at Lowest memory address. Modern computes uses Little Endian.
EBCDIC - displays the EBCDIC/text header if this option is TRUE (Checked). By default, TRUE (Checked).
Data sample format - it represents the seismic trace amplitudes in binary format. It defined in 25-26 byte location of SEG-Y binary header. By default, IEEE (most modern systems uses this). Incorrect data sample format leads to wrong amplitudes, clipping of high/low amplitudes etc. It is also important that both data sample format and Endian type are accurate and correct.

Default - IEEE format
IBMFloat4 - IBM 32 bit Floating point with 4 Bytes as sample size. Most legacy SEGY data is in this format.
Int4 - 32 bit Integer point with 4 Bytes as sample size.
Int2 - 16 bit Integer point with 2 Bytes as sample size.
Float4 - IEEE 32 bit Floating point with 4 Bytes as sample size. Modern SEGY data is in this format.
Int1 - 8 bit Integer point with 1 Byte as sample size.
How to check the correct data sample format?
Go to byte 25-26 byte location of SEG-Y binary header and look for the format IDs.
IBM Float - 1
IEEE Float - 5

Gather domain - allows the user to specify the input data domain type. By default, Time. There are additional domain options available from the drop down menu.

Time - Input data is in Time domain
Depth - Input data is in Depth domain
Frequency - Input data is in Frequency domain
By default, Geomage format. This is a standard SEG-Y rev 1.0 format. Look for more detailed explanation in the EXAMPLES section.

No recalculation - It won't calculate the offsets
Recalculate as 2D - It takes the source and receiver x,y coordinate values and calculates the offset
Recalculate as 3D - It is applicable to the 3D dataset. Similar to 2D, it computes the offsets by using source and receiver x,y coordinates.
We recommend NOT to use YES option if the input data size is too big.


All traces, Mute dead traces - reads all the input traces but mutes/deletes the traces with a trace identification as dead (2)
Live only - reads traces with a trace identification as live (usually 1). By default, Live only.
Dead only - reads Dead traces with trace identification as Dead (2)
All traces - reads all the input traces

Click the table icon of the Trace headers and it open a new window with all trace headers information.


To add a Survey ID, click on
and it will add Survey ID & Survey name fields.

Survey ID - specify Survey ID. It should be an integer number.
Survey name - specify Survey name
![]()
![]()
![]()
![]()
![]()
![]()
In this example section, we are covering various topics which are NOT essentially related to Read SEG-Y traces but they are common to all the modules in g-Platform.
How to display gathers using Enable active location map & Load data to RAM?
Enable active location map:
This option allows the user to display the content of the SEG-Y files. After reading the input SEG-Y and setting up all the parameters including Enable active location map as TRUE (Checked), execute Read SEG-Y traces module and launch Vista items by right click on Read SEG-Y traces module.
On the location map, go to Set control item icon
and select "Selected source", Selected receiver & Selected bin. You can select all of them or only one. You may observe that the location map is blank (since there are no coordinates available in the trace headers). Click anywhere on the location map and it will display Selected source/receiver/bin in their respective windows(Current source gather/receiver gather/bin gather).

To go through all gathers of the input data, use the action item menu and slide through the entire line or go to previous or next gather by using the Hot keys.
Load data to RAM:
If this box is checked, the program will load all of the traces to RAM memory. Traces loaded to RAM can be used as a gather input for modules that normally would be used in the Seismic loop module. Traces can also be displayed by the module. However, only do this if the data set is small enough to fit in the RAM memory of your system. We recommend NOT to use this option for large dataset(s). This will lead to run out of system memory which eventually freezes g-Navigator session.

Output will be displayed in Output gather window.

To view the gathers, use Magnifying (Zoom) icon or place the mouse(hand symbol will appear) either on horizontal axis or vertical axis and scroll up/down of the mouse wheel. Alternatively, hold Ctrl+MB1 and draw inside the Output gather window to zoom the data.
To view/edit the display parameters, there are various icons available in each window. These icons may be more/less for each window but their primary task remains the same.

How to annotate trace headers, change display (wiggle mode/density), trace header information, spectral analysis etc?
Trace annotation: To add trace headers to the input display, click on
icon, it will open View Properties window. This has two tabs. View & Vista.
View - it has the information related to horizontal/vertical scaling, color bars, trace header annotations etc.
Vista(s) - it is divided into two parts. Vista item, Vista item properties.
To make any changes, the user first select the Vista item. Then the corresponding Vista item properties will appear below.

Click on
icon. It will add a row with trace header. If the user wants more trace headers, add as many trace headers as they want by clicking
icon multiple times.

Change Display:
To change the display from density to wiggle mode or vice versa, go to Vista(s) tab of View properties window
•Select SRC gather or any Vista item and go to Vista view properties.
•Go to Color bar and choose the desired color bar from the available option from the menu.

Similarly, to change the display from Density to Wiggle mode, Uncheck Show interpolated values & Density and Check Wiggle option.

Trace header information:
To know the trace header information of the Current shot gather, click on Select trace icon
(upon clicking this icon, it will be activated).
Select any trace randomly on the shot gather. A black vertical line appears on the shot gather.

Now click on Trace header table icon
. It will pop-up a window with the selected trace header information.

To remove the selected traces, hold MB3 and move the mouse from right to left. It will deselect the traces. Alternatively, there is an option in Select traces icon
. Click on the triangle. It gives an option to clear selection. Likewise, the user can export the selected traces to file by using "Export to file" option.

Spectral Analysis:
To perform spectral analysis of the input data, click on Spectral analysis icon
. By default, it will perform spectral analysis for the whole window on display. If the user wants to perform the analysis of a particular area, it can be done by holding left mouse button or MB1 and draw a polygon (rectangle/square). Now it will display the spectral analysis of that particular area.


To perform spectral analysis at different times/areas, click on small triangle next to Spectral analysis icon
. It gives two options, Multiple selection (Single view), Single selection (Several view).

Multi selection - In this option, the user can analyze different areas for spectral response. All the areas will be displayed with different colors within the gather as well as on the spectral analysis window.

Single selection - this will analyze only one area/window and the corresponding spectral display will appear. This is the default spectral analysis option.

![]()
![]()
![]()
![]()
YouTube video lesson, click here to open [VIDEO IN PROCESS...]
![]()
![]()
Yilmaz. O., 1987, Seismic data processing: Society of Exploration Geophysicist
* * * If you have any questions, please send an e-mail to: support@geomage.com * * *
![]()