I am trying to replace all the cell values in raster 'acc_log_norm' that are equal to zero with the corresponding cell values in "modis3_norm_final" raster. The syntax I used in raster calculator is:
Con("acc_log_norm", "modis3_norm_final", "acc_log_norm", "Value = 0")
The syntax runs but the resulting raster is a weired raster with value range -3.40282e+038 to +3.40282e+038. The cell values range from 0 to 1 in both of the rasters. Please help.