IDL 8,2 cannot call ENVI function [message #86170] |
Wed, 16 October 2013 01:57  |
Jie Zhou
Messages: 27 Registered: February 2014
|
Junior Member |
|
|
I want to call some ENVI function in IDL environment. So I use following command:
envi,/RESTORE_BASE_SAVE_FILES
envi_batch_init
but it report the errors like:
% Variable is undefined: E_AUTO_EXTENSIONS (ENVI_CONFIG_COMMON).
my IDL version is 8.2.
Can anyone give some advice?
Thanks.
|
|
|
|
Re: IDL 8,2 cannot call ENVI function [message #86303 is a reply to message #86284] |
Thu, 24 October 2013 08:08   |
Jie Zhou
Messages: 27 Registered: February 2014
|
Junior Member |
|
|
On Wednesday, October 23, 2013 12:50:43 AM UTC+2, Barry Lesht wrote:
> Which version of ENVI are you using? Those routines are obsolete in V5 and have been replace with ENVI function. Here is an excerpt from the help entry:
>
>
>
> Start IDL and type the following at the IDL command line to launch the ENVI application:
>
>
>
> e = ENVI()
>
>
>
>
>
>
>
>
>
>
>
> On Wednesday, October 16, 2013 3:57:37 AM UTC-5, Jie Zhou wrote:
>
>> I want to call some ENVI function in IDL environment. So I use following command:
>
>>
>
>> envi,/RESTORE_BASE_SAVE_FILES
>
>>
>
>> envi_batch_init
>
>
>
>>
>
>> but it report the errors like:
>
>>
>
>> % Variable is undefined: E_AUTO_EXTENSIONS (ENVI_CONFIG_COMMON).
>
>>
>
>>
>
>>
>
>> my IDL version is 8.2.
>
>>
>
>> Can anyone give some advice?
>
>>
>
>> Thanks.
Thanks,Barry Lesht. Based on your advice, I solve the problem.
cheers,
Jie
|
|
|
|