I have been attempting to calculate a slope raster in ArcGis 10, and have been encountering a problem where cells which previously had data appear as no data cells in a few places on the raster following the completion of the reclassification tool process.
To attempt to solve this we have run the IsNull tool on the original elevation raster to identify where no data cells are. We next ran focal statistics to calculate the mean value of a 50x50 cell rectangle surrounding the no-data cells. This filled in all the no-data cells. Following this we ran the slope tool. The end result every time has fairly large irregular rectangles scattered around the raster with no-data values. What might be the problem here?