Re: program variables [message #63634] |
Mon, 17 November 2008 00:11  |
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   |
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   |
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   |
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 #63694 is a reply to message #63637] |
Tue, 18 November 2008 15:18  |
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
|
|
|