Greetings

I'm doing some image processing python script with requires the calculation of many "intermediate" rasters. for example:
x=a+b+c
alpha=x-(b^gama)
y=c*alpha+b

One possibility is integrating all of it in one expression but I'm afraid of having some "minor" error in expression so I prefer to separate the calculation. My question is: how can I use temporary files to store x and alpha value? Or I should create normal rasters and, at the end, delete them?

Thanks
Antonio


__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 5472 (20100923) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to