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

Home » Public Forums » archive » connect the dots . . . A question
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: connect the dots . . . A question [message #33905 is a reply to message #33821] Tue, 04 February 2003 07:42 Go to previous messageGo to previous message
Sean Raffuse is currently offline  Sean Raffuse
Messages: 46
Registered: July 2001
Member
"Thomas Gutzler" <tgutzler@ee.uwa.edu.au> wrote in message
news:3E3F25C5.4040206@ee.uwa.edu.au...
> Sean Raffuse wrote:
>> Hello venerable newsgroup.
>
>
> You might need.
> newindexes = indgen(12)
> myFullArray = INTERPOL(values,indexes,newindexes)
>
> which gives you an interpolated result:
> [0, 5, 10, 15, 20, 25, 30, 28, 25, 23, 20, 18]
>
> If you really want to get rid of the interpolated values at the indexes
> 0, 1 and 11 ... well
>
> changeme = VALUE_LOCATE(indexes,newindexes)
> myFullArray[WHERE(changeme LT 0)] = values[0]
> myFullArray[WHERE(changeme GT N_ELEMENTS(values)-2)] =
> values[N_ELEMENTS(values)-1]
> or, as I've learned :)
> myFullArray[WHERE(changeme GT N_ELEMENTS(values)-2)] =
> (values[[2147483647L]])[0]
>
> Result:
> [10, 10, 10, 15, 20, 25, 30, 28, 25, 23, 20, 20]
>
> Maybe this can be done better :)
>
> Tom

Thanks! That may be what I'm looking for. It is important for the values
outside the first and last known values not be interpolated.

>
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: TV, AXIS, T3D, Coordinate Systems
Next Topic: IDL, arrays, and memory

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

Current Time: Wed Oct 08 18:55:49 PDT 2025

Total time taken to generate the page: 0.00572 seconds