comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Interpol. irregular grid to irregular grid
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Interpol. irregular grid to irregular grid [message #23714 is a reply to message #23662] Thu, 08 February 2001 12:32 Go to previous message
Mark Hadfield is currently offline  Mark Hadfield
Messages: 783
Registered: May 1995
Senior Member
<deja_jlin@my-deja.com> wrote in message news:95nn6i$25g$1@nnrp1.deja.com...
> howdy!
>
> i'm trying to interpolate data from one irregular
> 2-D grid to another (different) irregular 2-D
> grid:
>
> - does IDL have any other built-in functions
> besides MIN_CURVE_SURF that can do this?

Not that I'm aware of. It's a pity because there's no fundamental reason why
TRIGRID (for example) couldn't be modified to handled irregular output
grids.

> - does anyone have any warnings regarding the
> behavior of MIN_CURVE_SURF?

Yes! It's terribly slow when the input grid is of a significant size. For an
NxN input grid, the execution time of MIN_CURVE_SURF increases as approx.
N^3. This is because the alogorithm is non-local, i.e. every point in the
input grid affects every point in the output grid.

> - has anyone implemented irregular-to-irregular
> interpolations using other algorithms?

No but you could try calling TRIGRID repeatedly, once for every output
point...

---
Mark Hadfield
m.hadfield@niwa.cri.nz http://katipo.niwa.cri.nz/~hadfield
National Institute for Water and Atmospheric Research
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: IDL 5.4 and gifs
Next Topic: IDL programmers wanted

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 17:11:44 PDT 2025

Total time taken to generate the page: 0.64085 seconds