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

Home » Public Forums » archive » Re: Image composition
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: Image composition [message #41114] Fri, 01 October 2004 06:17 Go to previous message
jcesq is currently offline  jcesq
Messages: 9
Registered: October 2004
Junior Member
Thanks Marshall, I didn't know this operator. I can beging to work on it...

Jeferson

mperrin+news@cymric.berkeley.edu (Marshall Perrin) wrote in message news:<cjfh77$21at$1@agate.berkeley.edu>...
> Jeferson E. <jcesq@terra.com.br> wrote:
>> Hello there!
>>
>> I have several NDVI images of different dates, but with the same size.
>> I want to generate a maximum value composition, in other words, I want
>> just one image containing the maximum value for each pixel during the
>> time series.
>> How can I do that with IDL. That's a very usual procedure, isn't there
>> any code available??
>
> Something like
>
> maximage = image1 > image 2 > image 3 > image4
>
> The ">" operator is not a logical comparison (for that, see "gt") but
> rather an operator which returns the greater of its two operands, and
> works on a pixel-by-pixel basis for images.
>
> - Marshall
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Postscript color problem
Next Topic: Memory and NetCDF

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

Current Time: Sat Oct 11 10:56:42 PDT 2025

Total time taken to generate the page: 0.16577 seconds