SCAT2GRID_BIN_XYT
SCAT2GRID_BIN_XYT(XPTS,YPTS,TPTS,VAR,XAXPTS,YAXPTS,TAXPTS)
Computes binned averages of scattered data onto a regularly-spaced XYT grid.
|
Arguments: |
XPTS |
x-coordinates of scattered input triples, listed along an abstract axis in any direction. |
|
YPTS |
y-coordinates of scattered input triples, listed along an abstract axis in any direction. |
|
| TPTS | y-coordinates of scattered input triples, listed along an abstract axis in any direction. | |
|
F |
F(X,Y,Z) Function at scattered locations, listed along an abstract axis in any direction. |
|
|
XAXPTS |
coordinates of X-axis of output grid. Must be regularly spaced. |
|
|
YAXPTS |
coordinates of Y-axis of output grid. Must be regularly spaced. |
|
| TAXPTS |
coordinates of T-axis of output grid. Must be regularly spaced. |
|
|
Result Axes: |
X |
Inherited from XAXPTS |
|
Y |
Inherited from YAXPTS |
|
|
Z |
NORMAL |
|
|
T |
Inherited from TAXPTS |
Note:
The SCAT2GRID_BIN_XYT function is a "grid-changing" function; the output grid is different from the input arguments. Therefore it is best to use explicit limits on any of the arguments rather than a SET REGION command. (See this note on the context of variables passed to functions.)