I need to compare the bands 2,3,6 and 9 of the Meteosat-8 all 15min. I already did the calculation for the brightness temperature and I managed to read all Tifs into IDL.
Now i did some Ratios. Like B6-B4, B9-3... Now I want to create a new Tif, where it writes (and later add up) a 1 or a 0 in it when some conditions are reached.
The result should be a Tif, where I have the amount of the "1" in every pixel. I think I have to create a new array with the cols/rows and write after every "for loop" the 1 and 0 in it and add it up every time.
Thanks! bumi