This program can be used to generate an output cube of user specified
dimensions with a constant value for each of the pixels. In general,
it is more useful as a development tool than as a standard image
processing tool. For example, a person developing software to compute
statistics on a cube can used this program to create the degenerate
case.
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:
Option
Brief
Description
NULL
Null value
Each pixel will be set to the Null value
Exclusions
VALUE
LIS
Low instrument saturation
Each pixel will be set to Low Instrument Saturation value
Exclusions
VALUE
HIS
High instrument saturation
Each pixel will be set to High Instrument Saturation value
Exclusions
VALUE
LRS
Low representation saturation
Each pixel will be set to Low Representation Saturation value
Exclusions
VALUE
HRS
High representation saturation
Each pixel will be set to High Representation Saturation value