Re: Management of griddata around the borders of the data [message #50028] |
Wed, 06 September 2006 07:57  |
David Streutker
Messages: 34 Registered: June 2005
|
Member |
|
|
When using GRIDDATA, you might try setting the SECTORS keyword to a
higher value, like 3 or 4. (You may also need to set EMPTY_SECTORS=0,
I'm not sure of the default.) This should force the procedure to
interpolate only the points that are "well-surrounded" by data, and
hopefully provide a better interpolant. Everything else will be set to
the value of MISSING.
-David
|
|
|
Re: Management of griddata around the borders of the data [message #50134 is a reply to message #50028] |
Mon, 11 September 2006 10:06  |
Matt Harner
Messages: 5 Registered: September 2006
|
Junior Member |
|
|
Since I am using GRIDDATA in linear interpolation mode, the SECTORS
options do not apply. However, I am now having luck interpolating
after setting the MISSING keyword.
Thanks,
Matt
David Streutker wrote:
> When using GRIDDATA, you might try setting the SECTORS keyword to a
> higher value, like 3 or 4. (You may also need to set EMPTY_SECTORS=0,
> I'm not sure of the default.) This should force the procedure to
> interpolate only the points that are "well-surrounded" by data, and
> hopefully provide a better interpolant. Everything else will be set to
> the value of MISSING.
>
> -David
|
|
|