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


hifringe

Printer Friendly View | TOC | Home

Gathers statistics on the first and last several samples of a channel

Overview Parameters Example 1

Description

Gathers several statistics on the "fringe" of a channel file. These statistics are then output to a pvl file that can be viewed to see if several channel files, based upon those statistics, are suitable for stitching together. The number of lines that are gathered is a function of the binning mode of the channel file being input as follows:
  binning mode 1          48 rightmost and 48 leftmost samples gathered
  binning mode 2          24 rightmost and 24 leftmost samples gathered
  binning mode 3          16 rightmost and 16 leftmost samples gathered
  binning mode 4          12 rightmost and 12 leftmost samples gathered
  binning mode 8           6 rightmost and  6 leftmost samples gathered
  
The following statistics are gathered:
  Valid Pixels
  Standard Deviation
  Average
  Minimum
  Maximum
  

Categories


Related Objects and Documents

Applications


History

Drew Davidson2006-05-15 Original version
Drew Davidson2006-05-26 Added the ability to sample multiple sections
Steven Lambright2008-05-13 Removed references to CubeInfo
Kelvin Rodriguez2016-08-28 Removed unused const ID

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:03
X

Files: FROM


Description

input channel file. Although this program is meant to be used solely for stitching channel files together, it could be used on any hirise image at all.

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

Files: TO


Description

This pvl file will contain two groups. The first group will be statistics for the leftmost samples, and the second group will be statistics for the rightmost samples.

Type filename
File Mode output
Filter *.pvl
Close Window
X

sections: SECTIONS


Description

This is the number of sub-areas that are extracted from each side of the cube. They will be spaced in such a way that there will be a section starting at the

l/n
th line where
l
is the total number of lines in the cube and
n
is the number of sections specified.

Type integer
Default 5
Close Window
X

sections: LINESIZE


Description

This is the number of lines in each section. If the user does not enter anything, or specifies an invalid number of lines (i.e. more lines than exist in the cube), the sections will be stretched to cover as many lines of the cube as possible

Type integer
Internal Default complete coverage
Close Window