ISIS Application Documentation
cubeatt | Standard View | TOC | Home |
Cube attribute editor
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input file |
TO | Output cube |
Name | Description |
---|---|
PROPTABLES | Propagate tables |
The input cube.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resultant cube with attribute modifications.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
This option allows the user to select if tables will be propagated to the output cube
Type | boolean |
---|---|
Default | true |
cubeatt example
Example GUI Screenshot of GUI with parameters filled in to perform this example |
Input image
Parameter Name:
FROM This is the input image, peaks.cub. |
Example output
Parameter Name:
TO This is the output image which consists of just the first band of peaks. Notice, it is impossible to tell them apart. |
cubeatt example
Example GUI Screenshot of GUI with parameters filled in to perform this example |
Input image
Parameter Name:
FROM This is the input image, peaks.cub. |
Example output
Parameter Name:
TO This is the output image which is an 8-bit version of the original which is 32-bits. Again, it is impossible to tell them apart. |
cubeatt example
Example GUI Screenshot of GUI with parameters filled in to perform this example |
Input image
Parameter Name:
FROM This is the input image, peaks.cub. |
Example output
Parameter Name:
TO This is the output image which is an 8-bit version of the first band of the original which is 32-bits. The range of the output image has been limited to values between 75 and 125. |
Jacob Danton | 2005-11-16 | Original version |
Jacob Danton | 2006-02-06 | Added examples |
Jeff Anderson | 2007-06-25 | Added ability to optionally not propagate tables |
Steven Lambright and Stuart Sides | 2012-07-03 | Cube attributes on EVERY program in Isis have had their behavior modified. If you type an unrecognized attribute (e.g. out.cub+Bsqq instead of out.cub+Bsq), instead of ignoring you an error will be thrown. Please see: http://isis.astrogeology.usgs.gov/documents/CommandLine/CommandLine.html for an explanation of Cube Attributes. |
Kimberly Oyama | 2014-04-07 | Added an app test for repeating virtual band input. References #1927. |