| 0 |
- |
The minimum number of known
values per quadrant. Must be 1 or larger. The area
surrounding a location being fit is surrounded by 4
quadrants. A good fit should come from a minimum of
1 point in each quadrant to include information from
all directions. Note: The procedure may ajust the
input value if it turns out that it produces less
than the number of points requred to produce a fit.
|
| 1 |
- |
The maximum search radius
used to locate filled data grids cells to use in the
least squares interpolation. The variable is specified
in units of grid cells. A large number will include the
entire grid. The search stops when the minimum number
of points criteria in each quadrant has been reached.
|
| 2 |
- |
This is the minimum number of
quadrants which need values for an interpolation to be
attempted. This should be set to 4. The procedure will
change this for emtpy cells on the grid edges for which
it is impossible to find points in all 4 quadrants.
|
| 3 |
- |
This allows for constraints to
be placed on the interpolated cell value. Set this value
to 0 to turn off all checks. Set it to 1 if the
interpolated value can't be larger than the nearest known
value Set this to 2 if the interpolation is not allowed to
be larger than any value which went into interpolation.
The value should be set to 0 unless you see some
insatbility in the filling process.
|
| 4 |
- |
This defines the left-hand X
edge of the grid for the procedure. It is an offset in
grid cells from column 0 of the grid. A value of 0
keeps the left-hand edge at the grid edge. It is useful
for eliminating empty columns of cells from the fill
procedure. Resetting the edge allows the routine to
better fit the cells close to the actual data edge in
the grid.
|
| 5 |
- |
This defines the right-hand X
edge of the grid for the procedure. It is an offset in
grid cells from the last column of the grid. A value of
0 keeps the right-hand edge at the right grid edge. It is
useful for eliminating empty columns of cells from the
fill procedure. Resetting the edge allows the routine to
better fit the cells close to the actual data edge in
the grid.
|
| 6 |
- |
This defines the lower Y
edge of the grid for the procedure. It is an offset in
grid cells from the first row of the grid. A value of
0 keeps the lower edge at the bottom grid edge. It is
useful for eliminating empty rows of cells from the fill
procedure. Resetting the edge allows the routine to better
fit the cells close to the actual data edge in the grid.
|
| 7 |
- |
This defines the upper Y
edge of the grid for the procedure. It is an offset in
grid cells from the upper row of the grid. A value of
0 keeps the upper edge at the upper grid edge. It is
useful for eliminating empty rows of cells from the fill
procedure. Resetting the edge allows the routine to better
fit the cells close to the actual data edge in the grid.
|
| 8 |
- |
Sets the weighting to use in
for each value the interpolation. The weighting is
defined as:
W = (MinR/DataR)fInFo(8)
where MinR is the distance of the closest cell to the
interpolation point and DataR is the distance of the
cell being added to the interpolation.
|
| 9 |
- |
Is the order of the 2D least
squares fit used in the interpolation.
|