Re: Envi Routines [message #48006] |
Sat, 25 March 2006 07:53 |
Paul[2]
Messages: 13 Registered: January 2006
|
Junior Member |
|
|
There is an ENVI Programmer's Guide as well (pdf on your ENVI+IDL
distribution CD). One of the nice things about ENVI is it's rich set
of routines that can be called programmatically from IDL scripts. Much
of this functionality is documented under the ENVI Online help as well.
For example, search on "ENVI_" and or, the "DOIT" routines. There is
also a class offered through RSI on ENVI programming.
|
|
|
Re: Envi Routines [message #48030 is a reply to message #48006] |
Thu, 23 March 2006 00:52  |
Bradley Wallet
Messages: 4 Registered: March 2006
|
Junior Member |
|
|
If you have two or more displays open, this command opens the gui to
link displays. Not sure if there are any allowable parameters, but the
basics are easy to figure out just by executing the command.
Brad
------------------------------------------------------------ --------------------------------------
Brad Wallet
President and Chief Scientist
Automated Decisions, LLC
consulting@automateddecisions.com
|
|
|
Re: Envi Routines [message #48042 is a reply to message #48030] |
Wed, 22 March 2006 07:41  |
Paolo Grigis
Messages: 171 Registered: December 2003
|
Senior Member |
|
|
vcarlos wrote:
> I don't have the source code of all envi functions...
Well, if you have neither source code nor documentation,
and since reverse engineering is forbidden by the law,
I guess that's the right time to start praying :-)
More seriously: sorry, no, I don't have source code
Ciao,
Paolo
>
> do you have the source code for the routine disp_link_displays?
>
> I believe it is just a compiled routine added in the sav directory.
>
> thanks
>
|
|
|
Re: Envi Routines [message #48047 is a reply to message #48042] |
Wed, 22 March 2006 06:29  |
vcarlos
Messages: 21 Registered: February 2006
|
Junior Member |
|
|
I don't have the source code of all envi functions...
do you have the source code for the routine disp_link_displays?
I believe it is just a compiled routine added in the sav directory.
thanks
|
|
|
Re: Envi Routines [message #48049 is a reply to message #48047] |
Wed, 22 March 2006 05:15  |
Paolo Grigis
Messages: 171 Registered: December 2003
|
Senior Member |
|
|
Well, usually in the header of the source code of each
function there is useful information on how to call them etc...
Paolo
vcarlos wrote:
> David, I actually meant 4000. :)
>
> At least this is the number of lines in my file (I wrote the help,
> /routines output to a file)
>
> I checked the ENVI help, but there are function in that list that is
> not in the help. For instance:
>
> DISP_LINK_DISPLAYS
>
> There is no help for that function/procedure under ENVI Help.
>
> I was hoping that those functions at least could have a single help, or
> just a description...
>
> Thank you for replying.
>
|
|
|
Re: Envi Routines [message #48051 is a reply to message #48049] |
Wed, 22 March 2006 03:40  |
vcarlos
Messages: 21 Registered: February 2006
|
Junior Member |
|
|
David, I actually meant 4000. :)
At least this is the number of lines in my file (I wrote the help,
/routines output to a file)
I checked the ENVI help, but there are function in that list that is
not in the help. For instance:
DISP_LINK_DISPLAYS
There is no help for that function/procedure under ENVI Help.
I was hoping that those functions at least could have a single help, or
just a description...
Thank you for replying.
|
|
|
Re: Envi Routines [message #48057 is a reply to message #48051] |
Tue, 21 March 2006 13:57  |
David Streutker
Messages: 34 Registered: June 2005
|
Member |
|
|
I hope you meant 400 instead of 4000, or else I want a refund!
Did you check under the ENVI Help? ENVI includes quite a few routines
in addition to the standard IDL distribution, which are therefore not
documented in the IDL help.
Alternatively, some of them may only be used internally, such as the
object definitions.
-David
|
|
|