a question about ENVI menu and source file [message #30943] |
Fri, 24 May 2002 11:58 |
Xiaoying Jin
Messages: 20 Registered: May 2002
|
Junior Member |
|
|
Hi, there,
In ENVI, we can build user-defined function, then we add one item into
envi.men. For example:
We make a program named test_idltoc.pro, then add the following phase into
envi.men.
{Test IDLtoC} {test idltoc} {test_idltoc} {separator}
But for the envi original menu, how can we find which file implements the
event associated with each menu item?
For example, for menu Filter->Convolutions, where can we find the file
implements the user interface and the convolution filtering?
In envi.men, the item is
{Convolutions} {convolution tool} {envi_menu_event}
but I can not find envi_menu_event.pro in any directory.
Any suggestion will be appreciated.
Regards,
Xiaoying Jin
|
|
|