ISIS Application Documentation
makecube | Standard View | TOC | Home |
Generate a cube with a constant value
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
TO | Output cube |
Name | Description |
---|---|
PIXELS | Type of value to output |
VALUE | Value to output for all pixels |
Name | Description |
---|---|
SAMPLES | Number of samples in the cube |
LINES | Number of line in the cube |
BANDS | Number of bands in the cube |
The file name of the output cube to be created.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Filter | *.cub |
This is the value to output in all pixels in the output image. The value can be one of the standard Isis special pixel values (NULL, LIS, LRS, HIS, HRS) or a user specified constant.
Type | string | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | VALUE | |||||||||||||||||||||
Option List: |
|
This is the user specified value to output in all pixels in the output cube.
Type | double |
---|---|
Default | 0.0 |
The number of samples to be allocated in the output cube
Type | integer |
---|---|
Minimum | 1 (inclusive) |
The number of lines to be allocated in the ouput cube
Type | integer |
---|---|
Minimum | 1 (inclusive) |
The number of bands to be allocated in the output cube
Type | integer |
---|---|
Minimum | 1 (inclusive) |
default value
Example GUI Screenshot of GUI with parameters filled in to perform the makecube operation |
Output image Io example of makecube
Parameter Name:
TO This is the output image makecube.cub. |
Kris Becker | 1993-05-19 | Original version |
Jeff Anderson | 2002-05-21 | Ported to Isis 3.0 |
K Teal Thompson | 2002-11-21 | Add example |
K Teal Thompson | 2003-03-28 | Make images smaller. |
Stuart Sides | 2003-04-04 | Fixed problem with isiscvs not checking in the thumb and image directories. |
Kim Sides | 2003-05-13 | Added application test |
Stuart Sides | 2003-05-16 | Modified schema location from astogeology... to isis.astrogeology..." |
Stuart Sides | 2003-07-29 | Modified filename parameters to be cube parameters where necessary |
Jeff Anderson | 2004-03-31 | Modified XML file to default output pixel type to real |
Steven Lambright | 2012-02-24 | Rewrote to no longer use StartProcess() since it's deprecated. This program no longer uses global variables. |