ISIS Application Documentation
ratio | Standard View | TOC | Home |
Divide two cubes
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
NUMERATOR | Numerator cube |
DENOMINATOR | Denominator cube |
TO | Output cube |
The numerator cube. All pixels in this cube will be divided by corresponding pixels in the denominator cube.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The denominator cube. The number of bands in this cube must match the numerator cube or be exactly one. In the former case, a band-by-band division occurs. In the later, each numerator band is divided by the single denominator band.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The output cube containing the results of the ratio. A NULL pixel will be output when either of the numerator or denominator pixels is special. Similarly, a NULL will be output if the denominator pixel is zero.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Filter | *.cub |
Dividing one band by one band
Dividing multiple bands by one band
Eric Eliason | 1990-09-01 | Original version |
Jeff Anderson | 2002-06-17 | Converted to Isis 3.0 |
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-22 | Changed NUM, DEN and To from type filename to type cube |
Stuart Sides | 2003-07-29 | Modified filename parameters to be cube parameters where necessary |