Re: implementing pre pritten routines [message #39850] |
Sat, 19 June 2004 21:38 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Lafoz writes:
> I have two contours (images) one lies above the other one, and I'm
> trying to connect the two to form mountain looking thing. I hope that
> clarifies it a bit.
Ah, right. Forget that INTERPOLATE program you were given. :-)
Put your contours into an IDLgrROIGroup object, then use
the ComputeMesh method to create your surface mesh.
The steps are outlined in this article, which demonstrates
how to build a 3D surface from 2D contours:
http://www.dfanning.com/graphics_tips/mesh.html
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: implementing pre pritten routines [message #39851 is a reply to message #39850] |
Sat, 19 June 2004 19:17  |
aontman1
Messages: 2 Registered: June 2004
|
Junior Member |
|
|
David Fanning <davidf@dfanning.com> wrote in message news:<MPG.1b3e6269a40569659897a4@news.frii.com>...
I have two contours (images) one lies above the other one, and I'm
trying to connect the two to form mountain looking thing. I hope that
clarifies it a bit.
Thanks
Lafoz
> Lafoz writes:
>
>> I was wondering if anyone could help me. I was given pre written
>> routine
>> this is what is given to me (by the name of the author i believe it
>> came off one the messages here)
>> I have 3 dimensional array of data (100x40x10)
>> I was wondering if someone could help me write a code that would
>> interpolate the data (I hope that makes some sense).
>
> Does it make any sense to you?
>
>> Any other suggestions are welcome
>
> Why don't you tell us what you are trying to do. :-)
>
> Cheers,
>
> David
|
|
|
Re: implementing pre pritten routines [message #39852 is a reply to message #39851] |
Sat, 19 June 2004 14:47  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Lafoz writes:
> I was wondering if anyone could help me. I was given pre written
> routine
> this is what is given to me (by the name of the author i believe it
> came off one the messages here)
> I have 3 dimensional array of data (100x40x10)
> I was wondering if someone could help me write a code that would
> interpolate the data (I hope that makes some sense).
Does it make any sense to you?
> Any other suggestions are welcome
Why don't you tell us what you are trying to do. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|