How to get max value of images [message #81512] |
Sat, 29 September 2012 01:47 |
Bandrush Barda
Messages: 6 Registered: June 2012
|
Junior Member |
|
|
Hello guys?
Pleas help me to find out a max value of NDVI and optimum temperature for plant growth from monthly NDVI and temperature images from April to October. These two are interrelated with each other. The optimum temperature is the mean temperature during the month of maximum NDVI. (Fundamental principal of this is when the temperature is optimum for plant growth, plant shows its maximum growth). Either the monthly NDVI or temperature images have already been done layer stack. So what i want are: firstly, how to obtain optimum temperature for plant. Secondly, how to find max value of NDVI.
I found this on internet. It may helps you to get idea.
NDVImax=MAX(NDVI,INDEX,DIMENSION=3)
T_opt=temp[INDEX]
Thanks in advance
|
|
|