ISIS Application Documentation
clemnirclean | Standard View | TOC | Home |
Clean-up of Clementine NIR Images
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input cube to be cleaned |
TO | Output cube |
Name | Description |
---|---|
REMOVE | Remove intermediate files |
The cube to be cleaned. The cube will be ran through a series of filters to remove noise.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resultant cube containing the cleaned data.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
Option to remove or leave intermediate cube files made by the application
Type | boolean |
---|---|
Default | TRUE |
Using clemnirclean
Example GUI Screenshot of the GUI with parameters set to leave temporary images |
Input image before the filter.
Parameter Name:
FROM This is the image after it was run through clemnircal. |
Output image after the first boxcar filter was applied Does a 3x3 noisefilter with null replace. |
|
Output image after the second boxcar filter was applied Does a 3x3 lowpass with outside filter. |
|
Output image after the third boxcar filter was applied Does a 3x3 lowpass with outside filter. |
|
Output image after the fourth boxcar filter was applied Does a 3x3 noisefilter with average replace. |
|
Final output image after the all boxcar filters were applied
Parameter Name:
TO Does a 5x5 lowpass with outside filter. |
Ella Mae Lee | 2001-05-18 | Original version Isis2: perl script nir2db.pl |
Steven Koechle | 2007-06-08 | Converted to Isis3 from Isis2 |