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


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


viknopepper

Standard View | TOC | Home

Pepper noise Clean-up of Viking Orbiter Level 1 images

Description
Categories
Groups
Examples
History


Description

This program will perform the middle portion of the level 1 processing sequence on a Viking Orbiter PDS image, the cleanup of pepper noise in the image.

Categories


Related Objects and Documents

Applications


Parameter Groups

Files

Name Description
FROM Input file to be cleaned
TO Output cube

Option

Name Description
REMOVE Remove intermediate files

Files: FROM

Description

The cube to be cleaned. The cube will be ran through a series of filters to remove pepper noise.

Type cube
File Mode input
Filter *.cub

Files: TO

Description

The resultant cube containing the cleaned data.

Type cube
File Mode output
Filter *.cub

Option: REMOVE

Description

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

Type boolean
Default TRUE

Examples


Example 1

Input Viking Image to have pepper noise removed

Description

This example shows the viknopepper application in action. It removes all pepper noise.

Command Line

viknopepper from=../IN/temp.cub to=OUT/out.cub
Input a viking image to remove the pepper noise from and give it an output file name.

Input Image

Input Viking Image

Viking Image to Remove Pepper Noise from

Parameter Name: FROM

This is the input viking image prior to the removal of black noise.

Output Image

Output Viking Image after running the viknopepper application.

Output Image

Parameter Name: TO

This is the viking image after the viknopepper application has been run.


History

Elizabeth Ribelin2006-05-03 Original version
Elizabeth Miller2006-05-16 Added examples
Jai Rideout2011-02-10 Now uses Pipeline to execute chain of applications.