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

Home » Public Forums » archive » Itools export data
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Itools export data [message #60995] Mon, 30 June 2008 22:28 Go to next message
d.poreh is currently offline  d.poreh
Messages: 406
Registered: October 2007
Senior Member
Folks
I have couple of question regards itools hear is my question:
I want to import an array to iplot and after smoothing the data I want
to export that data to idl(the last smoothed data)and also I want
digitize couple of data in iplot (means get an array (2 dimensional)in
idl). in iplot it shows the x,y coordinates but I want to save those
to an array. for example let my data is like this:
X=findgen(100)
Y=x+10*randomu(s,100,100)
I call :
Iplot,x,y
And filter->smooth…. I want to take the last smooth x&y coordinate in
IDl after that digitize some point on the curve and also export that
to idl.
Any help will be appreciated.
Dave
Re: Itools export data [message #61108 is a reply to message #60995] Wed, 02 July 2008 10:50 Go to previous message
d.poreh is currently offline  d.poreh
Messages: 406
Registered: October 2007
Senior Member
On Jul 2, 7:25 pm, "mgal...@gmail.com" <mgal...@gmail.com> wrote:
> On Jul 2, 12:43 am, d.po...@gmail.com wrote:
>
>
>
>> Folks
>> I have couple of question regards itools hear is my question:
>> I want to import an array to iplot and after smoothing the data I
>> want
>> to export that data to idl(the last smoothed data)and also I want
>> digitize couple of data in iplot (means get an array (2
>> dimensional)in
>> idl). in iplot it shows the x,y coordinates but I want to save those
>> to an array. for example let my data is like this:
>> X=findgen(100)
>> Y=x+10*randomu(s,100,100)
>> I call :
>> Iplot,x,y
>> And filter->smooth…. I want to take the last smooth x&y coordinate in
>> IDl after that digitize some point on the curve and also export that
>> to idl.
>
> I don't really understand the question, but just to get started: why
> do you want to use iTools? i.e. what do you want that can't be done
> with:
>
>   IDL> y = smooth(y, width)
>
> Also, does "digitize" mean do a plot and get the result as an image?
>
> Mike
> --www.michaelgalloy.com
> Tech-X Corporation
> Software Developer II

no digitize means extracting sevral (x,y) form a plot. i know this:
cursor,xi,yi,/normal
but how we can take it in Iplot.
Cheers
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Itools export data
Next Topic: IDL array -> envi file.. distorted

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

Current Time: Wed Oct 08 17:09:30 PDT 2025

Total time taken to generate the page: 0.00438 seconds