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


cnet2mat

Printer Friendly View | TOC | Home

Converts an Isis control network file to an ISIS2 match point file.

Overview Parameters

Description

This program converts an Isis control network file to an ISIS2 match point file.

The following indicates how the Isis MeasureType is translated to an Isis2 Class

  • Ignored measure is translated to "U" (Unmeasured)
  • Ignored point is translated to "U" (Unmeasured) for all measures
  • Reference is translated to "T" (Truth)
  • RegisteredSubPixel is tranlated to "S" (SubPixel)
  • RegisteredPixel is translated to "M" (Measured)
  • Manual is translated to "M" (Measured)
  • Candidate is tranlated to "A" (Approximate)


Categories


History

Brendan George2007-08-10 Original version
Stuart Sides2008-03-12 Added ability to use ISIS2 keyword IMAGE_NUMBER. Fixed bug where the diameter was being written as an Isis::Null when it had not been set.
Christopher Austin2009-09-29 Changed the default point class of 'U' to 'M' to prevent qmatch issues.
Christopher Austin2009-10-07 All Ignored Control Measures as well as all Control Measures inside ignored Control Points will now have the Type Unmeasured.
Jeannie Walldren2010-12-01 Modified to be compatible with binary control network. Added errors apptest.
Christopher Austin2011-01-18 Altered to compile with the new Control redesign.
Travis Addair2011-04-11 Changed parameter CONTROL to CNET for consistency.

Parameter Groups

Isis 3 Files

Name Description
LIST3 List of ISIS input cubes in the match point file.
CNET Isis output control network file

ISIS 2 Files

Name Description
LIST2 List of ISIS2 input cubes in the match point file.
MATCH ISIS2 match point file
X

Isis 3 Files: LIST3


Description

A text file containing one column of ISIS cube file names. Every file used in the match point file should be represented in this list. The cubes must be available for the program to open and must be in the same order as the Isis2 cubes in LIST2

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

Isis 3 Files: CNET


Description

Use this parameter to specify the control network file containing the information to be translated into ISIS2 format

Type filename
File Mode input
Filter *.ctl
Close Window
X

ISIS 2 Files: LIST2


Description

A text file containing one column of ISIS2 cube file names. Every file used in the match point file should be represented in this list. The cubes must be available for the program to open and must be in the same order as the Isis cubes in LIST3

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

ISIS 2 Files: MATCH


Description

Use this parameter to specify the target location of the output control network file

Type filename
File Mode output
Filter *.mat
Close Window