comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDLWAVE 4.7/Tutorial
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDLWAVE 4.7/Tutorial [message #22898 is a reply to message #22813] Tue, 12 December 2000 10:12 Go to previous messageGo to previous message
John-David T. Smith is currently offline  John-David T. Smith
Messages: 384
Registered: January 2000
Senior Member
Henkie wrote:

>> H> Also, in the shell, my own libraries are not in the path, although
>> H> I've set idlwave-library-path. Any idea ?
>>

You've confused the purpose of library-path, which, on less capable
systems, locates the IDL libraries shipped by RSINC. Under unix, it's
not needed, since the shell knows where this is (try print,!DIR), and
IDLWAVE and the IDL shell get along famously. If you are interested in
scanning your own libraries into a catalog (which is what it sounds like
to me), two things must happen:

1. Those libraries must be on IDL's !PATH variable. This is usually
set with an environment variable, e.g.:

setenv IDL_PATH "+/usr/local/rsi/idl/lib:+/home/me/idl"

or some such. Basically, this is what's required for IDL to run the
command. If you can run it without manually compiling, IDLWAVE will let
you catalog it.

2. Run the catalog command: "IDLWAVE->Routine Info->Select Catalog
Directories".

Or even better, read the tutorial, where this process is covered in
detail

>
> It looks like the IDL-shell does not now about my personal PATH variable.
> This has nothing to do with idlwave itself, but I wondered if I could solve
> it thrue idlwave. So I inserted this line in my .emacs file :
> (setq idlwave-library-path "/home/henks/progs/idl").


As I mentioned, the correct way is to set IDL_PATH environment variable.

Good luck,

JD
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDLWAVE 4.7/Tutorial
Next Topic: CALCUATING FRACTION OF A REGION WITHIN AN IMAGE

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 03:55:54 PDT 2025

Total time taken to generate the page: 0.88235 seconds