ISIS Application Documentation
vikfixtrx | Printer Friendly View | TOC | Home |
Fix null tracks in a Viking image plane
Overview | Parameters | Example 1 |
Description
This program checks for NULL tracks in the seven tracks of
a Viking image cube. If the percentage of pixels in a
line of a track meets or exceeds the THRESHLD value, then that
track is considered bad and the program will replace all
NULL values in that track. It does this replacement by using
valid pixels from each side of the track to perform an interpolation
to calculate the new pixel value.
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 20:06:07 |
Parameter GroupsFiles
Values
|
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 20:06:07 |
The cube to be filtered. All null tracks in each line of the cube will be filled in using a 5x5 low pass filter.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resultant cube containing the filtered data.
Type | cube |
---|---|
File Mode | output |
Filter | *.cub |
The threshhold percentage value for determining a bad track. If the percentage of pixels in a line of a track meets or exceeds the THRESHLD value, then that track is considered bad. Defaults to 90.0.
Type | double |
---|---|
Default | 90.0 |
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 20:06:07 |