specpix
Replace user specified pixels with Isis special pixel values
This program will replace the user specified pixels to Isis special pixel
values. Overlap between the ranges of differing special pixel values is
not allowed. Each special pixel range must be unique. If the min and max
for a given range is the same, then only that exact DN will be converted.
Consequently, all ranges are fully inclusive for their minimums and
maximums.
Categories
Related Objects and Documents
Applications
History
Jim Mathews | 1994-02-14 | Original version |
Tracie Sucharski | 2002-09-15 | Ported to Isis 3.0 |
Kim Sides | 2003-05-13 | Added application test |
Stuart Sides | 2003-05-16 | Modified schema location from astogeology... to isis.astrogeology..." |
Stuart Sides | 2003-05-30 | Added modifications to apptest by Kim |
Stuart Sides | 2003-07-29 | Modified filename parameters to be cube parameters where necessary |
Stuart Sides | 2003-11-07 | Modified results pvl to not include the results group |
Travis Addair | 2011-08-31 | Changed to allow ranges of a single DN |
David Miller | 2015-09-04 | Changed type of count variables to BigInt to avoid wrap around |