I have access to both ArcView and ArcInfo levels of 9.3, along with Spatial Analyst. We are in the process of getting ArcGIS 10, but it has not been rolled out by our IT department. I do have access to a machine with 10, but I can't heavily rely on it yet, so the new mosaic dataset isn't a solution quite yet.Eric, I tested the formula you gave me, and it produces results that are almost idential to what the Export Dialog produces. The only differences are from rounding because the export dialog produced an 8bit unsigned integer tiff and therefore cannot contain decimals. That leads me to believe that the Export Dialog does in fact rescale the imagery correctly.
Here is the forumula to rescale your data.rescaled grid = [(grid - min value from grid) * (max scale value - min scale value) / (max value from grid - min value from grid)] + min scale value-Eric
The Export Raster Data Tool (accessed through right click - Data - Export Data in ArcView) allows the user to select the "Use Renderer" option. This option seems to convert my 16bit tifs into 8bit tifs properly.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.