The scat2d module will resample 1d scatter data in 2 variables. A
typical use for this module is to take a field of 2-coordinate,
scalar values, and resample over a "regular" grid.
INPUTS
Data Field (required; field 1D irregular 2-coordinate scalar)
The input field consists of a 1D field (scatter data) which
has scalar floating point data, and associated x,y
coordinate information.
PARAMETERS
Xmin,Xmax,Ymin,Ymax
The values of these variables define the coordinate range of
the grid over which the input data will be resampled. These
values may be adjusted, for example, to form a bounding box
around all the input data, or to look at a box enclosing
some volume within the input data.
Xsamples, Ysamples
These values define the resolution of the resampling grid.
Increasing these values will result in a "finer" grid,
decreasing these values will result in a "coarser" grid
(over the same coordinate range defined by Xmin,Xmax, etc.).
OUTPUTS
Field 2D irregular 2-coordinate scalar float
The output field is an "irregular" field consisting of
three data dimensions and two coordinate dimensions.
The data is a scalar floating point value.