ISIS Application Documentation
spechighpass | Printer Friendly View | TOC | Home |
Apply a spectral high pass filter to a cube
Overview | Parameters | Example 1 | Example 2 |
Description
This program applies a spectral high pass filter to a cube. The spectral
component means that this will be a high pass amongst the bands of an image
as opposed to averaging the lines and samples on the spacial plane with high
pass. A highpass filter involves subtracting a lowpass, the average, from
the original value.
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 highpass filter. Description
In this example the spechighpass filter is used to filter an image using
a boxcar of size 63 and a high tolerance of .075 on a photo with 256
bands.
Command Line
spechighpass
from=/work1/salley/CM_1514302573_1.ir.cub to=/work1/mboyd/post63.cub
bands=63 high=.075
This example will filter the image using 63 bands and a high limit of
0.075.
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 |