Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


cnetcheck

Standard View | TOC | Home

Checks for validity of a Control Net file.

Description
Categories
Groups
History


Description

Checks for the validity of a Control Net file given a cube list. Its primary function is to check and find islands of the Control Net. These islands are then written to seperate files, which lists the cubes and their corresponding serial number. If a serial number's cube is not listed in the input list, than that cube will NOT be listed within the appropriate island file. If an island file is missing altogether, it is due to the fact that all of that islands cubes were not listed in the input list. cnetcheck should be ran from the directory you wish for the output files to be written to.

Categories


Parameter Groups

Input Files

Name Description
FROMLIST List of ISIS3 input cubes in the Control Network
CNET Isis3 input Control Network file

Output Options

Name Description
PREFIX Outputs results
IGNORE Ignores ignored Control Points when checking the Control Net.
NOCONTROL Check for Cubes in the FROMLIST which are not in the Control Net.
NOCUBE Checks for cubes in the Control Net that are not listed in the FROMLIST.
SINGLE Check for Control Points with contain a single Control Measure.
DUPLICATE Check for Control Points which contain same cube in more than one Control Measure.
NOLATLON Check for cubes for which latitudes and longitudes connot be computed for.

Input Files: FROMLIST

Description

A text file containing one column of ISIS3 cube file names. Every file used in the match point file should be represented in this list.

Type filename
File Mode input
Filter *.txt *.lis *.list

Input Files: CNET

Description

Use this parameter to specify the control network file containing the information to be validated

Type filename
File Mode input
Filter *.net

Output Options: PREFIX

Description

The result of the validity check is placed in output files with the given prefix.

Type string
File Mode output

Output Options: IGNORE

Description

When true, all ignored Control Points and all ignored Control Measures provided by the Control Net will be discarded during calculations.

Type boolean
Default True

Output Options: NOCONTROL

Description

When true, a file named [PREFIX]NoMatch.txt will be created, which will list all of the cubes, and their corresponding Serial Number which do not exist within the provided Control Net. If there are no such cubes, then no file is created.

Type boolean
Default True

Output Options: NOCUBE

Description

When true, a file named [PREFIX]NoCube.txt will be created, which will list all of the Serial Numbers in the given Control Net which do not have a corresponding Cube in the proveded List. If there are no such Serial Numbers, then no file is created.

Type boolean
Default True

Output Options: SINGLE

Description

When true, a file named [PREFIX]SinglePointCubes.txt will be created, which will list all of the Cubes which exist as a single Control Measure in any Control Point within the provided Control Net. If there are no such single Control Measures, then no file is created.

Type boolean
Default True

Output Options: DUPLICATE

Description

When true, a file named [PREFIX]DuplicateMeasures.txt will be created, which will list all of the cubes which exist in more than one Control Measure in a single Control Point within the provided Control Net. If there are no such duplicate Control Measures, then no file is created.

Type boolean
Default True

Output Options: NOLATLON

Description

When true, a file named [PREFIX]NoLatLon.txt will be created, which will list all of the serial numbers which are within the given Control Net and listed in the input list which cannot compute a latitude and longitude. These serial numbers will be followed by the Control Point IDs in which they could not compute their latitudes and longitudes. If there are no such serial numbers, then no file is created. Only cubes in both the FROMLIST and CNET are checked.

Type boolean
Default True

History

Christopher Austin2008-07-09 Original version
Steven Lambright2008-07-10 Fixed output files to only show filenames and usage of c_str.
Christopher Austin2008-07-28 Fixed NoLatLon option.
Christopher Austin2008-08-01 Added Control Point IDs to the NoLatLon flat file.
Christopher Austin2008-10-28 Greatly optimized the NoLatLon option.
Steven Lambright2008-11-24 Renamed parameters: "LIST" is now "FROMLIST" and "CONTROL" is now "NETWORK"
Christopher Austin2009-04-07 Added the IGNORE option, which ignores ignored Control Points.
Christopher Austin2009-04-23 Added a results group that correlates parameter names to keywords, fixed the newline character outputs, and changed NOMATCH to NOCONTROL.
Christopher Austin2009-05-15 Fixed the island detecting to disregard ignored control points and other bug fixes.
Christopher Austin2009-06-03 Fixed a bug with ignored Control Measures, changed NETWORK to CNET, changed the output formats to be more useful and consistant.
Christopher Austin2009-08-21 Cleaned up syntax and improved readability.