SAMPLEXYZT(DAT_TO_SAMPLE,XPTS,YPTS,ZPTS,TPTS) Returns data sampled from a grid at a set of points in X,Y,Z,T, using linear interpolation
Arguments: |
DAT_TO_SAMPLE |
Data to sample |
XPTS |
X values of sample points |
|
YPTS |
Y values of sample points |
|
ZPTS |
Z values of sample points |
|
TPTS |
T values of sample points |
|
Result Axes: |
X |
ABSTRACT; length same as |
Y |
NORMAL (no axis) |
|
Z |
NORMAL (no axis) |
|
T |
NORMAL (no axis) |
|
E |
Inherited from DAT_TO_SAMPLE |
|
F |
Inherited from DAT_TO_SAMPLE |
Note:
SAMPLEXYZT is a "grid-changing" function; its output grid is different from the input arguments. Therefore it is best to use explicit limits on the first argument rather than a a SET REGION command. See the discussion of grid-changing functions.
The XPTS, YPTS, ZPTS, and TPTS values must be in the same units as the coordinate axes of the variable DAT_TO_SAMPLE.