ISIS Application Documentation
speclowpass | Printer Friendly View | TOC | Home |
Apply spectral low pass filter to a cube
Overview | Parameters | Example 1 | Example 2 |
Description
This program applies a spectral low pass filter to a cube. A spectral filter
works between bands as opposed to a spacial operation on a single band.
Lowpass filter means it will be subtracting the average from the original
pixel.
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 21:48:39 |
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 21:48:39 |
The resultant filtered cube
Type | cube |
---|---|
File Mode | output |
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 21:48:39 |
Example 2Example of usage of the spectral lowpass filter. Description
This example shows a spectral lowpass filter being applied to the image
with a 61 depth boxcar. This cube has 256 bands so 61 takes in over a
fifth. Although no averaging is done within a single band, the averaging
of the pixels of many bands will cause some averaging and smoothing of
the image if there is much difference between bands. In this case a
blurry image begins to show through.
Command Line
speclowpass
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 21:48:39 |