Rectifying images in 9.2 changes 'NoDATA' to 0 rather than 255.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM006984
Submitted
February 21, 2007
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.2
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
From the doc, the input data is 1 bit raster, after rotation, there is no more room to store the NoData value (which should not be 0 or 1). The workaround is to promote the bitdepth (Using CopyRaster and set pixel type to be 8 bit - be sure to set the NoData Value to 255), then perform rectify on it.