In this example, we will add a contextual menu to a well track.
This contextual menu creates and adds a synthetic seismic trace to a well log window using a Ricker wavelet.
You can download this script at the bottom of this page.
This script requires a trace header with the name "Ricker" to have already been added to the well log. Look at the Visualizing a Ricker Wavelet in a well log window tutorial for information on how to create this log curve.
To make this Python script available in the contextual menu of node, place it in the Contextual_Well_Log_Window directory of your "Python Scripts" directory.
Go to Tools->Options->Python Scripts and click "Refresh from Disk". Your script should be listed automatically.
Proceed to Converting a log curve to a Segy file to save this log curve as a Segy file.