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

Home » Public Forums » archive » Re: Catch the area outside a contour
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: Catch the area outside a contour [message #44115 is a reply to message #44112] Fri, 20 May 2005 07:08 Go to previous messageGo to previous message
Adam[1] is currently offline  Adam[1]
Messages: 2
Registered: May 2005
Junior Member
Im not sure this is what you are asking for but if you want all
elements that are below or above the contour then you can use the
function where().

;array is the array containing your contour data.
;contourLevel = the value of the contour line you are interested in.

contourLevel = .5
outside = where(array LT contourLevel)

here "outside" will hold an index for every pixel that is below the
contour level.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: converting floats to doubles
Next Topic: GUI strategy advice needed

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

Current Time: Wed Oct 08 13:56:23 PDT 2025

Total time taken to generate the page: 0.00465 seconds