ISIS Application Documentation
specdivfilter | Printer Friendly View | TOC | Home |
Apply a spectral division filter
Overview | Parameters | Example 1 | Example 2 |
Description
This program applies a spectral division filter to a cube. A spectral filter
works between bands as opposed to a spacial operation on a single band. As a
division filter, it divides the original pixel by the average.
CategoriesRelated Applications to Previous Versions of ISISThis program replaces the following application 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:14 |
Parameter GroupsFiles
Boxcar Size
Boxcar Settings
|
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:14 |
The resultant filtered cube
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Filter | *.cub |
This is the total number of bands in the boxcar. It must be odd and can not exceed twice the number of bands in the cube. In general, the size of the boxcar does not cause the program to operate significantly slower.
Type | integer |
---|---|
Minimum | 1 (inclusive) |
Odd | This value must be an odd number |
Valid minimum pixel value that will be used in boxcar computation. If a pixel value is less than LOW then it will not be used when computing the average.
Type | double |
---|---|
Internal Default | Use all pixels |
Less Than | HIGH |
Valid maximum pixel value that will be used in boxcar computation. If a pixel value is greater than HIGH then it will not be used when computing the average.
Type | double |
---|---|
Internal Default | Use all pixels |
Greater Than | LOW |
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:14 |
Example 2Example of usage of the spectral division filter. Description
This example shows a spectral division filter being applied to the image
with a 61 depth boxcar. This cube has 256 bands so 61 takes in over a
fifth. In this case an image begins to show through, however, this is
not because of average but because of amplificatino of differences from
the original.
Command Line
specdivfilter
from=/work1/mboyd/CM_1514302573_1.cub to=/work1/mboyd/postlow.cub
bands=61
This example will filter the image using 61 bands and no limits on
high or low.
GUI Screenshot
Input Image
Output Image
|
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:14 |