ISIS Application Documentation
poly | Printer Friendly View | TOC | Home |
Perform polynomial algebra on cube
Overview | Parameters |
Description
This program will perform polynomial algebra on a cube up to the eighth
order. The equation used:
out = (in * mult1) + (in**2 * mult2) + ... +(in**8 *mult8) + add
CategoriesRelated 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:13 |
Parameter GroupsFiles
Polynomial Coeficients
|
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:13 |
Use this parameter to select the filename. All bands selected from the file will have the polynomial applied.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This file will contain the results of the polynomial.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
This defines the multiplicative constant for the first order term.
Type | double |
---|---|
Default | 1.0 |
This defines the multiplicative constant for the second order term.
Type | double |
---|---|
Default | 0.0 |
This defines the multiplicative constant for the third order term.
Type | double |
---|---|
Default | 0.0 |
This defines the multiplicative constant for the fourth order term.
Type | double |
---|---|
Default | 0.0 |
This defines the multiplicative constant for the fifth order term.
Type | double |
---|---|
Default | 0.0 |
This defines the multiplicative constant for the sixth order term.
Type | double |
---|---|
Default | 0.0 |
This defines the multiplicative constant for the seventh order term.
Type | double |
---|---|
Default | 0.0 |
This defines the multiplicative constant for the eighth order term.
Type | double |
---|---|
Default | 0.0 |
Constant that is added to product.
Type | double |
---|---|
Default | 0.0 |