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

Home » Public Forums » archive » How to execute an ENVI event
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
How to execute an ENVI event [message #65328] Fri, 27 February 2009 09:09
Leonardo R. Sbaraini is currently offline  Leonardo R. Sbaraini
Messages: 26
Registered: October 2007
Junior Member
1 - My problem
I need to use Lee Filter in an entire image, using envi tiling
because the method (leefilt) only uses array as input.
2- The filter
ENVI have a menu to it under Filter/Adaptative.
3- The discover
We can call inside a procedure some display events like this piece
of code:


;
------------------------------------------------------------ -------------------------
pro LinearEnhance, displayNumber

filter = 'qlinear0'
top = widget_base(UVALUE = displayNumber)
id = widget_base(UVALUE = filter)
hist_quickie,{ID:id, TOP:top}

end
;
------------------------------------------------------------ -------------------------


4- Question
Ho can I do to envi execute leefilt in an entire image inside a
procedure ?

5 - Angry
Why RSI / ITT didnt document this ability ? We're not single users,
most of us are programmers and need acess and knowledge to all
functions.

If someone faced this...please help me :)
Thanks !
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Making MPEG movies on Windows
Next Topic: Re: Hide functions from other procedures

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

Current Time: Wed Oct 08 15:39:46 PDT 2025

Total time taken to generate the page: 0.00474 seconds