ISIS Application Documentation
algebra | Printer Friendly View | TOC | Home |
Performs algebra on either one or two cubes
Overview | Parameters |
Description
This program will perform simple algebra on either one or two cubes.
The two cubes may be added, subtracted, multiplied or divided. The
following equations are used:
UNARY: out = (A * from1) + C ADD: out = ((from1 - D) * A) + ((from2 - E) * B) + C SUBTRACT: out = ((from1 - D) * A) - ((from2 - E) * B) + C MULTIPLY: out = ((from1 - D) * A) * ((from2 - E) * B) + C DIVIDE: out = ((from1 - D) * A) / ((from2 - E) * B) + CThe FROM2 cube must have either one band or the same number of bands as the FROM cube. If the FROM2 cube has one band, then the algebraic formula will be applied to all bands in FROM using that single band in FROM2. If FROM2 is a multi-band cube, the algebra will be performed between corresponding bands from FROM and FROM2. CategoriesRelated Applications to Previous Versions of ISISThis program replaces the following applications existing in previous versions of ISIS:
Related 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 19:28:08 |
Parameter GroupsFiles
Operators and Coefficients
|
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 19:28:08 |
Use this parameter to select the cube which is the first term in the equation.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This image will be used as the second term in the equation. This cube must have either one band or the same number of bands as the cube in FROM. If this cube has one band, then the single band will be applied to each band in FROM using the equation. If this cube has multi-bands then each corresponding band in FROM2 is applied to FROM using the equation.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This file will contain the results of the algebraically manipulated cubes.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Mathematical operation performed on the two input cubes
Type | string | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | SUBTRACT | ||||||||||||||||||
Option List: |
|
This defines the multiplicative constant for the first input cube.
Type | double |
---|---|
Default | 1.0 |
This defines the multiplicative constant for the second input cube.
Type | double |
---|---|
Default | 1.0 |
This defines the additive constant for entire equation.
Type | double |
---|---|
Default | 0.0 |
This defines the additive constant for the first input cube.
Type | double |
---|---|
Default | 0.0 |
This defines the additive constant for second input cube.
Type | double |
---|---|
Default | 0.0 |