ISIS Application Documentation
cropspecial | Printer Friendly View | TOC | Home |
Crops specified special pixels from a cube
Overview | Parameters | Example 1 | Example 2 |
Description
This program automatically crops as many of the special pixels in a cube as
possible, without removing any valid data. The user can specify which of
the five special pixel types the program should attempt to crop and which
should be retained in the output cube. Labels are duplicated from the input
to the output cube.
CategoriesRelated Objects and DocumentsApplicationsHistory
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:35 |
Parameter GroupsFiles
Crop Pixels
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:35 |
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 |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:35 |
Example 2Crop all special pixels Description
Cropping the cube with all special pixels selected.
Command Line
cropspecial from=allspecial.cub+1 to=nospecial.cub hrs=yes lrs=yes
his=yes lis=yes
In this example, cropspecial will extract a sub-area from a cube
surrounded in special pixels with all pixel types selected.
GUI Screenshot
Input Image
Output Image |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 21:48:35 |