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

Public Release
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


thmnoseam

Standard View | TOC | Home

Smooths the transitions between framelets.

Description
Categories
Groups
History


Description

This program should be run on unprojected themis RDR cubes. When the data is projected later, the seams should be minimized. This works by using a biased average, based on how far through the overlap the DN is, in the overlapping space between framelets. The averaging favors the tops of the framelets over the bottoms of framelets because the tops of framelets are generally of better quality for this data set.

Categories


Parameter Groups

Files

Name Description
INEVEN Even framelet input cube
INODD Odd framelet input cube
OUTEVEN Even framelet output cube
OUTODD Odd framelet output cube

Files: INEVEN

Description

This is the input cube that contains all of the even framelets.

Type cube
File Mode input
Filter *.cub

Files: INODD

Description

This is the input cube that contains all of the odd framelets.

Type cube
File Mode input
Filter *.cub

Files: OUTEVEN

Description

This is the noseam'd output cube containing the even framelets.

Type cube
File Mode output
Filter *.cub

Files: OUTODD

Description

This is the noseam'd output cube containing the odd framelets.

Type cube
File Mode output
Filter *.cub

History

Steven Lambright2010-08-31 Original version
Jeannie Backer2014-08-22 Updated truth data due to a modified in the THEMIS VIS distortion map. Added errors test. Test coverage 75/83/81 %. References #1659.