Exercise 6
Wavelet Transform and Proportional Slice Workflow
Use the hilb_seismic dataset that is used in the wavelet_transform example as input
Restrict the input data to cdp=21110-21130, and ep=7025-7700.
Take the wavelet transform using scales from 0.0 to 1.0 by 0.05
Save the output data to your seismic directory as hilb_seismic_cwt
Read the results and display cdp 21116. It should look like the image shown below
Load the following horizons to the hilb_seismic_cwt data:
/hou/data/D_152_001/SU_Class/class_project/horizons/M2aSB.xyz à f1
/hou/data/D_152_001/SU_Class/class_project/horizons/M7SB.xyz à f2
/hou/data/D_152_001/SU_Class/class_project/horizons/top_eocene.xyz à d1
/hou/data/D_152_001/SU_Class/class_project/horizons/marker_6.xyz à d2
Run bhpslice with the following parameters
times=6400,7300,8200,8500 tmin=5000 tmax=9500 dt=4 hlist=f1,f2,d1,d2
Display the same data as above.
Sample answer script is in
/hou/data/D_152_001/SU_Class/class_project/scripts/answers/exercise6.sh