i wanna write a new raster from combine.raster (i have in VAT 4 Scenes combined) and make follow expression:
like: OutRas = Raster("InRas1") >= 0
also like: OutRas=Select("InRas", Value>= 0 ) in Raster Calculator.
It did not work. I need new raster ( convert and export then this raster to produce then error matrix) with this selection.
why does it not work? What is wrong there?
Thanks a lot!