Help!! I am trying to add a value of .486 to every pixel in my elevation data except the pixel value of 0 and am having trouble. Can anyone help me with the expression in raster calculator?
I would suggest using the Con Function with a statement similar to below: Con("Raster" == 0,"Raster", "Raster" + .486) This statement is written to work in ArcGIS 10.