ISIS Application Documentation
Final step of Viking Orbiter Level 1 image clean-up
Overview
|
Parameters
|
Example 1 |
Description
This program will perform the final level 1 clean up processing sequence
on a Viking Orbiter PDS image to remove butterflies from the image.
Categories
Applications
History
Elizabeth Miller | 2005-12-28 |
Original version
|
Elizabeth Miller | 2006-05-16 |
Added Examples
|
Jai Rideout | 2011-02-15 |
Now uses Pipeline to execute chain of applications.
|
|
Parameter Groups
Files
Name
|
Description
|
FROM |
Input file to be cleaned
|
TO |
Output cube
|
Options
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 butterflies from the image.
Type
| cube |
File Mode
| input |
Filter
|
*.cub
|
Files:
TO
Description
The resultant cube containing the cleaned data.
Type
| cube |
File Mode
| output |
Filter
|
*.cub
|
Options:
REMOVE
Description
Option to remove or leave intermediate cube files made by the application
Type
| boolean |
Default
| TRUE |
Example 1
Input Viking Image to have butterflies removed
Description
This example shows the viknobutter application in action. It removes all butterflies from the image.
Command Line
viknobutter from=../IN/temp.cub to=OUT/out.cub
Input a viking image to remove butterflies from and give it an output file name.
Input Image
Input Viking Image
|
Viking Image to Remove Butterflies from
Parameter Name:
FROM
This is the input viking image prior to the removal of butterflies.
|
Output Image
Output Viking Image after running the viknobutter application.
|
Output Image
Parameter Name:
TO
This is the viking image after the viknobutter application has been run.
|
|