IDL_PATH problems [message #68647] |
Mon, 09 November 2009 07:51  |
Bernhard Reinhardt
Messages: 26 Registered: October 2008
|
Junior Member |
|
|
Hi everyone,
I just came across a weird problem: I normally use the idlde but now I
want to run a program on the console.
I ran the program but encountered an error when IDL couldn't locate one
of David's routines "undefine" which resides in my library-folder. I
found out that the IDL_PATH was not set.
So I set the IDL_PATH accordingly.
My IDL_PATH now looks like
IDL_PATH=+/athome/rein_be/IDLWorkspace:+/athome/rein_be/CIMa ster
When I run my program now, it doesn't even compile:
IDL> object_based_validation_batch
li=READ_ASCII(li_file, TEMPLATE=templ)
^
% Syntax error.
When running
IDL> templ
idl restores a templ.sav that resides somewhere in the IDL-Path. So I
moved this templ.sav to templ.sav.bak
now
IDL> templ
yields
% Attempt to call undefined procedure/function: 'TEMPL'.
% Execution halted at: $MAIN$
But the same compilation error occurs.
Any ideas where to search? Btw: I'm using idl 7.1 on Linux.
Regards,
Bernhard
|
|
|