ISIS Application Documentation
cnettable | 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. The columns titles in the
file are:
CategoriesRelated Objects and DocumentsApplicationsHistory
|
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 19:28:09 |
Parameter GroupsFiles
Position
Errors
|
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 19:28:09 |
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 *.list |
The control net from which to derive statistics.
Type | filename |
---|---|
File Mode | input |
Filter | *.net *.cnet |
This file will contain the statistics of all the control measures in the control net.
Type | filename |
---|---|
File Mode | output |
Filter | *.txt *.csv |
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 |
When checked sample/line values that are outside of the images (but close) will be extrapolated. For example a sample of -0.5 would be valid. If this is not checked a sample of -0.5 is not allowed.
Type | boolean |
---|---|
Default | false |
If errors occur such as values not having an intersection with the body or sample line locations outside of the cube with ALLOWOUTSIDE not checked the program will continue and report the error and reason to the file. If no errors occur "N/A" is put into the column, otherwise, the reason for the error is written to the file.
Type | boolean |
---|---|
Default | false |
Example 1Usage of cnettable application Description
This is an example of how to use cnettable 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
cnettable
fromlist=cubeList.lst cnet=testNet.net flatfile=output.csv
These arguments will produce a flatfile containing infomation on all
the points in the control net.
GUI Screenshot
Data FileLinks open in a new window.
|
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 19:28:09 |