I have four 8-bit rasters. I calculated statistics for each raster. They do not have colormaps. Each raster has the same value scheme (80 unique values) but none of the individual rasters have all the values. There is some overlap and I need to get statistics for how many cells there are for each value, without counting the overlap cells twice. I used mosaic to new raster to combine them. But the result doesn't have all the values found in all four rasters. So, for example value 13, and 14 are missing in the output even though those values are in one of the rasters. I tried all of the colormap options even though the input rasters don't have a colormap. How do I get a single combined raster with all the values?