ISIS Application Documentation
cropspecial | Standard View | TOC | Home |
Crops specified special pixels from a cube
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input cube |
TO | Output cropped cube |
Name | Description |
---|---|
NULL | Crop NULL pixels |
HRS | Crop high representation saturation (HRS) pixels |
LRS | Crop low representation saturation (LRS) pixels |
HIS | Crop high instrument saturation (HIS) pixels |
LIS | Crop low instrument saturation (LIS) pixels |
Input cube to be cropped.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resultant cropped cube.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
This option will cause the program to consider NULL pixels when cropping pixels for the output cube.
Type | boolean |
---|---|
Default | TRUE |
This option will cause the program to consider high representation saturation (HRS) pixels when cropping pixels for the output cube.
Type | boolean |
---|---|
Default | FALSE |
This option will cause the program to consider low representation saturation (LRS) pixels when cropping pixels for the output cube.
Type | boolean |
---|---|
Default | FALSE |
This option will cause the program to consider high instrument saturation (HIS) pixels when cropping pixels for the output cube.
Type | boolean |
---|---|
Default | FALSE |
This option will cause the program to consider low instrument saturation (LIS) pixels when cropping pixels for the output cube.
Type | boolean |
---|---|
Default | FALSE |
Crop NULL pixels
Example GUI Screenshot of GUI with the default parameter settings, ready to perform a crop on the NULL pixels contained within the first band of the input cube. |
Input image for cropspecial
Parameter Name:
FROM The original, 82x361 image. NULL, HRS, LRS, HIS, and LIS pixels are shown in blue, light green, yellow, pink, and light blue, respectively. NULL SPACE is shown here in black. |
Output image for cropspecial
Parameter Name:
TO This is the 82x315 output image that results. The NULL pixels at the bottom have been removed, but the NULL pixels surrounded by saturation pixels have not been removed as doing so would result in the loss of pixels not selected for cropping. |
Crop all special pixels
Example GUI Screenshot of GUI with parameters filled in to perform a crop on all special pixels contained within the first band of the input cube. |
Input image for cropspecial
Parameter Name:
FROM The original, 82x361 image. NULL, HRS, LRS, HIS, and LIS pixels are shown in blue, light green, yellow, pink, and light blue, respectively. NULL SPACE is shown here in black. |
Output image for cropspecial
Parameter Name:
TO This is the 22x173 output image that results. Some HRS, HIS, and NULL pixels are still present due to the rectangular dimensions of the cube, but their occurence has been minimized. |
Travis Addair | 2009-02-24 | Original version |
Janet Barrett | 2009-10-22 | Now uses the SubArea class to produce output cube labels with corrected Mapping, Instrument, and AlphaCube groups. |
Travis Addair | 2010-01-06 | Changed Progress to tell the user when the program is finding the perimeter and when it is removing special pixels from the image. |