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

Home » Public Forums » archive » Re: program variables
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
Re: program variables [message #63634] Mon, 17 November 2008 00:11 Go to next message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
I guess the author of that code can help

Reimar

moxament@gmail.com schrieb:
> On 16 Νοέ, 17:47, Vince Hradil <vincehra...@gmail.com> wrote:
>> On Nov 16, 5:36 pm, moxam...@gmail.com wrote:
>>
>>
>>
>>> On 16 ÍïÝ, 15:25, Vince Hradil <vincehra...@gmail.com> wrote:> On Nov 16, 5:18 pm, moxam...@gmail.com wrote:
>>>> > Dear All,
>>> No because there is no one author, and I am free to modify the code
>>> (they wrote that in the program codes)
>>>> > I have open source IDL program that I can run through IDL. My problem
>>>> > is that the program runs and gives results (by opening a window and
>>>> > showing the result which is image) without writing/showing the
>>>> > variables (name, type, value). I need to see the variables so that I
>>>> > can import the image to IDL.
>>>> > Please any help,
>>>> > Thank you
>>>> > Dabboor
>>>> Have you contacted the author?
>> If you have the code, then you should be able to step through it and
>> find the variables that you need. Or am I missing something?
>
> My problem is that I can not see the variables in the "variable watch
> window" in order to export some of them in ENVI. The program can run
> and gives results without showing any variable in the "variable watch
> window". I can read the variables in the code but I can not see them
> in the "variable watch window". It is very important for me to see
> them in this window in order to extract what I want in Envi.
>
> Mohammed
Re: program variables [message #63637 is a reply to message #63634] Sun, 16 November 2008 18:09 Go to previous messageGo to next message
moxament is currently offline  moxament
Messages: 26
Registered: April 2008
Junior Member
On 16 Νοέ, 17:47, Vince Hradil <vincehra...@gmail.com> wrote:
> On Nov 16, 5:36 pm, moxam...@gmail.com wrote:
>
>
>
>> On 16 ÍïÝ, 15:25, Vince Hradil <vincehra...@gmail.com> wrote:> On Nov 16, 5:18 pm, moxam...@gmail.com wrote:
>
>>>> Dear All,
>
>> No because there is no one author, and I am free to modify the code
>> (they wrote that in the program codes)
>
>>>> I have open source IDL program that I can run through IDL. My problem
>>>> is that the program runs and gives results (by opening a window and
>>>> showing the result which is image) without writing/showing the
>>>> variables (name, type, value). I need to see the variables so that I
>>>> can import the image to IDL.
>
>>>> Please any help,
>
>>>> Thank you
>
>>>> Dabboor
>
>>> Have you contacted the author?
>
> If you have the code, then you should be able to step through it and
> find the variables that you need.  Or am I missing something?

My problem is that I can not see the variables in the "variable watch
window" in order to export some of them in ENVI. The program can run
and gives results without showing any variable in the "variable watch
window". I can read the variables in the code but I can not see them
in the "variable watch window". It is very important for me to see
them in this window in order to extract what I want in Envi.

Mohammed
Re: program variables [message #63638 is a reply to message #63637] Sun, 16 November 2008 17:47 Go to previous messageGo to next message
Vince Hradil is currently offline  Vince Hradil
Messages: 574
Registered: December 1999
Senior Member
On Nov 16, 5:36 pm, moxam...@gmail.com wrote:
> On 16 ÍïÝ, 15:25, Vince Hradil <vincehra...@gmail.com> wrote:> On Nov 16, 5:18 pm, moxam...@gmail.com wrote:
>
>>> Dear All,
>
> No because there is no one author, and I am free to modify the code
> (they wrote that in the program codes)
>
>
>
>>> I have open source IDL program that I can run through IDL. My problem
>>> is that the program runs and gives results (by opening a window and
>>> showing the result which is image) without writing/showing the
>>> variables (name, type, value). I need to see the variables so that I
>>> can import the image to IDL.
>
>>> Please any help,
>
>>> Thank you
>
>>> Dabboor
>
>> Have you contacted the author?
>
>

If you have the code, then you should be able to step through it and
find the variables that you need. Or am I missing something?
Re: program variables [message #63640 is a reply to message #63638] Sun, 16 November 2008 15:36 Go to previous messageGo to next message
moxament is currently offline  moxament
Messages: 26
Registered: April 2008
Junior Member
On 16 Νοέ, 15:25, Vince Hradil <vincehra...@gmail.com> wrote:
> On Nov 16, 5:18 pm, moxam...@gmail.com wrote:
>
>> Dear All,
No because there is no one author, and I am free to modify the code
(they wrote that in the program codes)

>
>> I have open source IDL program that I can run through IDL. My problem
>> is that the program runs and gives results (by opening a window and
>> showing the result which is image) without writing/showing the
>> variables (name, type, value). I need to see the variables so that I
>> can import the image to IDL.
>
>> Please any help,
>
>> Thank you
>
>> Dabboor
>
> Have you contacted the author?
Re: program variables [message #63641 is a reply to message #63640] Sun, 16 November 2008 15:25 Go to previous messageGo to next message
Vince Hradil is currently offline  Vince Hradil
Messages: 574
Registered: December 1999
Senior Member
On Nov 16, 5:18 pm, moxam...@gmail.com wrote:
> Dear All,
>
> I have open source IDL program that I can run through IDL. My problem
> is that the program runs and gives results (by opening a window and
> showing the result which is image) without writing/showing the
> variables (name, type, value). I need to see the variables so that I
> can import the image to IDL.
>
> Please any help,
>
> Thank you
>
> Dabboor

Have you contacted the author?
Re: program variables [message #63694 is a reply to message #63637] Tue, 18 November 2008 15:18 Go to previous message
Jean H. is currently offline  Jean H.
Messages: 472
Registered: July 2006
Senior Member
> My problem is that I can not see the variables in the "variable watch
> window" in order to export some of them in ENVI. The program can run
> and gives results without showing any variable in the "variable watch
> window". I can read the variables in the code but I can not see them
> in the "variable watch window". It is very important for me to see
> them in this window in order to extract what I want in Envi.
>
> Mohammed

depending on what are your variables, you could

1) print them to the screen
2) save them to a file, then restore them later
3) put a "stop" statement in the code, after the variable of interest is
set.

Jean
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: GPULib v1.0 is released
Next Topic: Re: data to image? Please help...

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

Current Time: Wed Oct 08 18:56:53 PDT 2025

Total time taken to generate the page: 0.00777 seconds