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

Home » Public Forums » archive » IDL issues: poly_fit.pro.
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: IDL issues: poly_fit.pro. [message #84020 is a reply to message #83954] Wed, 24 April 2013 05:33 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Sreelakshmi S writes:

>
> The issue is when i try compiling poly-fit it shows error opening the file.
> IDL is not looking into its own lib. But it accesses another lib astrolib. So this I suppose is due to my path defenition. So if you would tell me how to define the path such that IDL looks into both libraries.

Suppose IDL is installed here:

/usr/local/exelis/idl82

And the lib directory is:

/usr/local/exelis/idl82/lib

Then, you could do something like this:

export IDL_PATH='+/usr/local/exelis/idl82/lib/'
export IDL_PATH=$IDL_PATH:'~/coyote/:+~/idlastrosoftware/'

You can add as many directories as you need, separated by colons. The
directories are searched in the order they are specified on your IDL
PATH (!PATH). So, for example, if you were going to add the Coyote
Library, you would add it before the Astronomy Library, since the
Astronomy Library depends on it.

Cheers,

David




--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Smoothing global land-only data without land/sea boundary errors and then applying a land-mask?
Next Topic: caldat strange behavior CALDAT, JulianDay, NULL, NULL, GetYear

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

Current Time: Sun Oct 12 00:41:08 PDT 2025

Total time taken to generate the page: 1.11967 seconds