How to run Envi in batch mode ?? [message #11181] |
Tue, 10 March 1998 00:00 |
gennari
Messages: 25 Registered: April 1994
|
Junior Member |
|
|
Hi all,
IDL. Version 4.0.1c (sunos sparc).
ENVI v2.6
I'm trying to creat a ENVI batch script to simply
open a GIF image, perform a linear stretch using STRETCH_DOIT,
and write the result to a new file.
The problem is that when I run the script it bails on
the ENVI_INIT funtion.
IDL> envi_init, /batch_mode, batch_unit=unit
% Attempt to call undefined procedure/function: 'ENVI_INIT'.
% Execution halted at: $MAIN$
IDL>
This is a full envi license, not RT envi. What am I missing?
The documents state the script should be run from the IDL
prompt. ENVI runs fine but I cannot seem to call key ENVI
functions via the IDL command line. It seems like my environment
is not set up correctly or something.
???
Thanks,
Scott
gennari@Hawaii.Edu
|
|
|