Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0

ISIS 2

Documentation
Tutorials
Technical Documents
USGS

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.

Categories


Related Objects and Documents

Applications


History

Elizabeth Ribelin2005-04-21 Original version
Elizabeth Miller2005-11-15 Made changes to appTest.xml (viking data area split into viking1 and viking2)
Elizabeth Miller2006-03-03 Modified documentation to be more accurate

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
X

Files: FROM


Description

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
Close Window
X

Files: TO


Description

The resultant cube containing the filtered data.

Type cube
File Mode output
Filter *.cub
Close Window
X

Values: THRESHLD


Description

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
Close Window