Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


cnetadd

Standard View | TOC | Home

Adds images to an Isis3 control network file.

Description
Categories
Groups
History


Description

This program takes an input list of cubes and sees if they can be added to an existing Isis3 control network file.


Categories


Parameter Groups

Files

Name Description
FROMLIST List of ISIS3 input cubes in the control net.
CNET Isis3 existing control network file
ADDLIST List of ISIS3 input cubes to add to the control net.
TO Isis3 output control network file
LOG Optional Log File

RetrievalOptions

Name Description
RETRIEVAL Retrieve latitude and longitude from control points in the control network or the reference cameras obtained from the FROMLIST

Files: FROMLIST

Description

A text file containing one column of ISIS3 cube file names. Every file used in the control net file should be represented in this list. The cubes must be available for the program to open.

Type filename
File Mode input
Filter *.lis

Files: CNET

Description

Use this parameter to specify the control network file containing the information.

Type filename
File Mode input
Filter *.net

Files: ADDLIST

Description

A text file containing one column of ISIS3 cube file names. The cubes must be available for the program to open.

Type filename
File Mode input
Filter *.lis

Files: TO

Description

Use this parameter to specify the control network file to output the information to.

Type filename
File Mode output
Filter *.net

Files: LOG

Description

This optional log file contains information about which files were added to the control net and which ones were not.

Type filename
File Mode output
Internal Default NONE

RetrievalOptions: RETRIEVAL

Description

This option allows the user to specify whether the latitude and longitude used for calculating control measures' sample/line information should be retrieved from the reference cameras generated with the FROMLIST or the control points contained within the input control network itself. If the POINT option is selected, then there is no need to specify a FROMLIST, otherwise one must be specified.

Type string
Default REFERENCE
Option List:
Option Brief Description
REFERENCE Retrieve latitudes and longitudes from reference cameras This option will retrieve the latitude and longitude used for computing sample/line position in each control measure from a reference camera obtained from the FROMLIST.

Inclusions

  • FROMLIST
POINT Retrieve latitudes and longitudes from control points This option will retrieve the latitude and longitude used for computing sample/line position in each control measure from its control point in the input control network.

Exclusions

  • FROMLIST

History

Steven Koechle2008-11-24 Original version
Christopher Austin2008-01-29 Fixed major memory leak and added memory control. Changed param NETWORK to CNET, increased developer documentation, added a Progress Object during lat/lon calculation.
Christopher Austin2008-02-23 Fixed an error with not catching the failed ground range setting.
Travis Addair2009-08-27 Added radio button allowing user to fill a skeleton control network (no control measures) generated by the seedgrid application so long as it contains a latitude/longitude for each control point. This list of files to add has also had its parameter name changed from FROMLIST2 to ADDLIST for clarity.
Travis Addair2009-09-02 When adding measures to a network generated by the seedgrid application, the Ignore keyword for a control point is now set to false if the point has at least two measures.
Travis Addair2009-09-04 A sorted list of control points that were modified will now be put into the log file.