SINT2D
Name
sint2d
Purpose (one Line)
Sinc interpolation of a 2-D array of data.
Description
Category
Numerical
Calling Sequence
result = sint2d( x, y, f )
Inputs
x, y : Position of desired function value.
f : Two-D function array.
Optional Input Parameters
Keyword Parameters
Outputs
Interpolated function value.
Common Blocks
Side Effects
Restrictions
Procedure
Calls external function sint to interpolate appropriate 1-D slices of
the 2-D array.
Note: For speed, input parameters are not verified.
Modification History
Written by Doug Loucks, Lowell Observatory, September, 1993.