I wanted to convert Nodata value into 0. Because Nodata value of my image is really lower than valid range, which is -3.4028234663e+038. Then I used Con and Isnull statements on raster calculator in ArcGIS. But it didn't work, the Nodata value of output image is still the same with before it was. Can you tell me why it didn't work? Here is the calculation:
Con(IsNull("tmp_2000.tif"), 0, "tmp_2000.tif")