Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


cnetstats

Printer Friendly View | TOC | Home

Application to get Excel compatible statistics

Overview Parameters Example 1

Description

This application takes a control net and outputs the same data avalible from campt for every control measure in the control net. It also outputs data about the measure and point. This data is formated as a flat file and is comma seperated so it can be imported to Excel.

Categories


Related Objects and Documents


History

Mackenzie Boyd2009-09-11 Original version

Parameter Groups

Files

Name Description
FROMLIST List of cubes associated with control net
CNET A control net
TO Text file containing the control net statistics
APPEND Append output to "TO" file
X

Files: FROMLIST


Description

Use this parameter to select the filename of a list of cubes, the cubes used to create the control net.

Type filename
File Mode input
Filter *.txt *.lis *.lst
Close Window
X

Files: CNET


Description

The control net from which to derive statistics.

Type filename
File Mode input
Filter *.net *.cnet
Close Window
X

Files: TO


Description

This file will contain the statistics of all the control measures in the control net.

Type filename
File Mode output
Filter *.txt *.csv
Close Window
X

Files: APPEND


Description

If checked, this option allows file output to be appended to a file or create a new file. If the file already exists and append is off, the program will overwrite the existing file.

Type boolean
Default false
Close Window

Example 1

Usage of cnetstats application

Description

This is an example of how to use cnetstats to produce a flatfile, or csv file, for excel or other uses. The required elements are a list of cubes and a corresponding control network. The easiest way to get this is to run findimageoverlaps on a list of cubes and then autoseed this list with the overlaps.

Command Line

cnetstats fromlist=cubeList.lst cnet=testNet.net to=output.csv
These arguments will produce a flatfile containing infomation on all the points in the control net.

GUI Screenshot

cnetstats GUI

Example GUI

Screenshot of the GUI with parameters set to take a list of cubes, a control network, and output to a text file.