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


cnethist

Printer Friendly View | TOC | Home

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

Overview Parameters

Description


Categories


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.

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
X

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
Close Window
X

Files: CNET


Description

Control network with residual data.

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

Files: TO


Description

Output text file containing the tabular representation of the histogram.

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

Options: BIN_WIDTH


Description

With of Histogram Bins.

Type double
Default 0.01
Close Window
X

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
Close Window
X

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
Close Window
X

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
Close Window