Home

Quick Links

Software Manual
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
USGS

ISIS Application Documentation


vikclean

Printer Friendly View | TOC | Home

Clean-up of Viking Orbiter Level 1 images

Overview Parameters Example 1

Description

This program will perform the level 1 processing sequence on a Viking Orbiter PDS image, including the cleanup of salt and pepper noise, the removal of reseaus and tracks, and the removal of butterflies from the image.

Categories


Related Objects and Documents

Applications


History

Elizabeth Miller2005-12-06 Original version
Elizabeth Miller2006-05-16 Added example
Travis Addair2009-06-10 Refactored application to use Pipelines

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
X

Files: FROM


Description

The cube to be cleaned. The cube will be run through a series of filters to remove salt and pepper noise, tracks, and reseaus.

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

Files: TO


Description

The resultant cube containing the clean data.

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

Options: REMOVE


Description

Option to remove or leave intermediate cube files made by the application

Type boolean
Default TRUE
Close Window
X

Options: LDIM


Description

This number will be used in the remrx step of the clean up. It is the number of lines to remove around each reseau.

Type integer
Default 9
Close Window
X

Options: SDIM


Description

This number will be used in the remrx step of the clean up. It is the number of samples to remove around each reseau.

Type integer
Default 9
Close Window