next up previous print clean
Next: Nearest-neighborhood spatial interpolation Up: SPATIAL-INTERPOLATION MODULES Previous: SPATIAL-INTERPOLATION MODULES

Linear spatial interpolation

  This module spatially interpolates the input traces into the output space by a bilinear interpolator in the midpoint space and a nearest-neighborhood interpolator along the offset and azimuth axes.

The interface of spat_interp_lin_near_real_init and spat_interp_lin_near_complex_init are the same. For example the interface of spat_interp_lin_near_real_init is

function spat_interp_near_near_real_init (out_sailing_lines) result (stat)
integer                 :: stat
logical, optional       :: out_sailing_lines

The parameter out_sailing_lines is defaulted to .false. when is not present, or the initialization function is not called.


next up previous print clean
Next: Nearest-neighborhood spatial interpolation Up: SPATIAL-INTERPOLATION MODULES Previous: SPATIAL-INTERPOLATION MODULES
Stanford Exploration Project
7/5/1998