|
Top Previous Next |
|
Once the gather processing was finished we need to create a seismic stack section. There are 2 way to create stack in g-Platform.
1) Using special module: Stack Imaging; 2) Create a workflow with several main modules: Seismic loop, Mute, Band-pass filter, Stack, Shift data, Set gather.
We will use the second way. Create a new workflow 0700_Stack:
And add all necessary modules, connect all input and output data (trace headers, SEG-Y handlers, ...):
1. Read seismic traces - load traces after migration 2. Sort traces - sort traces by CMP 3. Seismic loop - process every sorted gather in a loop (one by one) 4. Mute - mute function for stack 5. Time-varying band-pass filter - final filtering 6. Time-varying gain - increase amplitudes in deeper part of trace 7. Stack - stacking traces by CDP gather 8. Shift data - move data to final const datum 9. Save seismic by gather - save seismic stacked traces 10. Set gather - accumulate traces for stack viewing
1) Read seismic traces. Load seismic data set after migration 0480_Trim. Parameters:
2) Sort traces. Sort seismic traces by CDP-OFFSET for Seismic loop: Parameters:
3) Seismic loop. Connect trace headers vector (Input sorted headers) from the Sort traces module output and seismic (Input SEG-Y data handle) from Read seismic traces. 4) Mute. Create a mute function for a stack. Draw a muting line on a CIG gather as shown below:
Parameters:
5) Time-varying band-pass filter module provides frequency filtering for user defined time windows. Parameters:
6) Time-varying gain. Usually it is necessary to apply additional time-amplitude compensation to increase amplitudes in the deeper parts of traces. Test different Scale values in Time-scale function table to find best value for correction.
9) Stack module is used for stacking seismic traces into one trace per 1 CIG gather and has no parameters for testing. We will use Set gather module for checking stack section.
10) Shift data module moves stack to the final (const) datum plane. Just choose Shift data type - To datum and specify Datum and replacement Velocity: Parameters:
11) Save seismic by gather. Write a name for the output data set 0700_Stack.
12) Set gather accumulates stacked seismic traces by CDP (CIG) gather in a single stack section. Execute
Next step >>> Post-stack processing.
|