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


cnethist

Standard View | TOC | Home

Generates a histogram table and plot of the r^2 Residuals of input netfiles

Description
Categories
Groups
History


Description


Categories


Parameter Groups

Files

Name Description
CLIST list of paths to networks with residual data
CNET Control network with residual data
TO Output text file

Options

Name Description
BIN_WIDTH With of Histogram Bins

Plot Options

Name Description
TITLE Plot Title
XAXIS X-Axis Title
FREQAXIS Frequency Y-Axis Title

Files: CLIST

Description

list of paths to networks with residual data. One per line.

Type filename
File Mode input
Internal Default None
Filter *.lis *.txt

Files: CNET

Description

Control network with residual data.

Type filename
File Mode input
Internal Default None
Filter *.net

Files: TO

Description

Output text file containing the tabular representation of the histogram.

Type filename
File Mode output
Internal Default None
Filter *.txt

Options: BIN_WIDTH

Description

With of Histogram Bins.

Type double
Default 0.01

Plot Options: TITLE

Description

This will be the title for the plot of the histogram. The plot will only be shown in ui mode.

Type string
Internal Default Default

Plot Options: XAXIS

Description

This will be the title for the x axis, which represents the pixel value (or DN), in the plot of the histogram. The plot will only be shown in ui mode.

Type string
Internal Default Default

Plot Options: FREQAXIS

Description

This will be the title for the y axis to the right of the histogram plot, which represents the frequency of the pixel value. The plot will only be shown in GUI mode.

Type string
Internal Default Default

History

Orrin Thomas2012-04-19 Original version
Kaitlyn Lee2020-06-11 Removed "ResidualMagnitude" from the CSV output and added "ResidualMagnitudeMin" and "ResidualMagnitudeMax". This way, the bins are represented by the min/max values of the bins instead of the DN of the pixel in the middle of the bin. These changes were also reflected in the histrogram creation. The x-axis is now based off of the min value of a bin instead of the middle value. These changes were made alongside changes made to Histogram and hist.