next up previous print clean
Next: Examples Up: SPATIAL-INTERPOLATION MODULES Previous: Linear spatial interpolation

Nearest-neighborhood spatial interpolation

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

The interface of spat_interp_near_near_real_init and spat_interp_near_near_complex_init are the same as in for the corresponding linear interpolators. 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: Examples Up: SPATIAL-INTERPOLATION MODULES Previous: Linear spatial interpolation
Stanford Exploration Project
7/5/1998