All examples for HORINTR
# Interpolation of well logs along picked horizons
# This call interpolates the traces assembled in
# a buffer called 'well-log' and adds them to the current traces.
# The buffer 'well-log' can be created by tool 'store'.
# Parameter 'log1' is the code of the well-log curve extracted from well-log traces.
# Trace headers 'w.x' and 'w.y' are the x and y coordinates of these traces.
# 'Model_3D' is the model name and horizons are taken from this model.
#
*call horintr w.x w.y Model_3D # these 'w.x' and 'w.y' are in seismic traces
source w.x w.y log1 well-store # these 'w.x' and 'w.y' are in traces from 'well_store'