envi batch mode and envi_select [message #59932] |
Tue, 22 April 2008 08:09  |
skymaxwell@gmail.com
Messages: 127 Registered: January 2007
|
Senior Member |
|
|
I found trouble with ENVI batch mode. For ENVI 4.1/4.2 help shown that
batch mode can be tested by following commands
IDL> ENVI,/RESTORE_BASE_SAVE_FILES
IDL> ENVI_BATCH_INIT
and for testing
IDL> ENVI_SELECT
Now, in ENVI 4.4 ENVI_SELECT in this sequence not working
Error message is:
IDL> ENVI_SELECT
Variable is undefined: <No name>.
Execution halted at: WIDGET_MODAL_BASE
ENVI_SELECT
$MAIN$
|
|
|
Re: envi batch mode and envi_select [message #60024 is a reply to message #59932] |
Sat, 26 April 2008 14:44  |
skymaxwell@gmail.com
Messages: 127 Registered: January 2007
|
Senior Member |
|
|
On Apr 25, 10:40 pm, cgpadw...@gmail.com wrote:
> Sorry about the last post, it was incomplete.
>
> the following procedure produces no errors for me under envi 4.4:
>
> pro temp
>
> envi,/restore_base_save_files
> envi_batch_init
> envi_select
> envi_batch_exit
>
> end
>
> Can you post the exact routine that you are having problems with?
I use it from IDL command line
not inside procedure or function
|
|
|
Re: envi batch mode and envi_select [message #60034 is a reply to message #59932] |
Fri, 25 April 2008 12:40  |
cgpadwick
Messages: 7 Registered: December 2007
|
Junior Member |
|
|
Sorry about the last post, it was incomplete.
the following procedure produces no errors for me under envi 4.4:
pro temp
envi,/restore_base_save_files
envi_batch_init
envi_select
envi_batch_exit
end
Can you post the exact routine that you are having problems with?
|
|
|