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 #41135 is a reply to message #41114] Wed, 29 September 2004 16:41 Go to previous message
mperrin+news is currently offline  mperrin+news
Messages: 81
Registered: May 2001
Member
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 14:38:53 PDT 2025

Total time taken to generate the page: 1.51798 seconds