next up previous print clean
Next: Included modules Up: INTERFACES FOR OTHER USER-DEFINABLE Previous: Interface: trace_interp_real and trace_interp_complex

Interface: spat_interp_real and spat_interp_complex

  These functions perform a spatial interpolation between a regularly sampled data space and an irregularly sampled one. When the parameter adj=.true. the irregular data is sprayed into the regular one. On the contrary, when the parameter adj=.false. the irregular data is reconstructed by interpolating the regular data. The function spat_interp_real is used for real traces, while the function spat_interp_complex is used for complex traces.

These interpolation functions are needed by Genkir3D to regrid the intermediate output space into the real output space, when the spraying mapping is applied.

The mapping from the intermediate space into the real output space is defined either by only the structure out_geom%irr or by both out_geom%irr and out_coord. When the mapping between the intermediate space and the real output space is time-invariant, the midpoint coordinates of the intermediate traces in the real output space are stored in the out_geom%irr structure. When this mapping is time-variant, the midpoint coordinates in the real output space, of each sample in the intermediate traces, are stored in the out_coord array.

2|c|Scalar arguments Name Description stat

2|c|Derived-type arguments Name Description irr_geom

3|c|Array arguments Name Description Shape irr_data

 
next up previous print clean
Next: Included modules Up: INTERFACES FOR OTHER USER-DEFINABLE Previous: Interface: trace_interp_real and trace_interp_complex
Stanford Exploration Project
7/5/1998