Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


cnetedit

Standard View | TOC | Home

Edits Control Networks

Description
Categories
Groups
History


Description

This application enables the editiong of Control Networks. It may remove all ignored Control Points and Control Measures. Also, it may take a list of cubes and ignore all Control Measures contained by those cubes or take list of control point ids.


Categories


Parameter Groups

Files

Name Description
CNET Input control network
ONET Output control network
LOG Log the control network

List

Name Description
FROMLIST File contains Cube file names from which Serial #'s are generated and matching Control Measures will be ignored in the Control Network.
POINTLIST File contains Point Ids which will be ignored if matched in the Control Network

Output Options

Name Description
DELETE Delete Ignored Points and Measures
PRESERVE Preserve Points with Measures equal to One

Files: CNET

Description

This file is a control network generated from programs such as autoseed or qnet.

Type filename
File Mode input
Filter *.net

Files: ONET

Description

The file will contain the updated control network with edits.

Type filename
File Mode output
Filter *.net

Files: LOG

Description

If this file is entered then the log will be outputted to this file

Type filename
File Mode output
Internal Default None
Filter *.*

List: FROMLIST

Description

Use this parameter to select the filename which contains a list of cubes. All of the Control Measures matching the serial # of the cube will be ignored. If DELETE is also set to true, the ignored control measures and points will be deleted.

Type filename
File Mode input
Internal Default None
Filter *.lis

List: POINTLIST

Description

Use this parameter to select the filename which contains a list of point ids. All the Control Points with matching Ids will be ignored. If DELETE is also set to true, all the ignored control measures and points will be deleted.

Type filename
File Mode input
Internal Default None
Filter *.lis

Output Options: DELETE

Description

This option deletes all ignored Control Measures and Control Points. If any Control Point results in less than 2 Control Measures, that Control Point will be deleted as well.

Type boolean
Default TRUE

Output Options: PRESERVE

Description

This option preserves Control Points with Control Measures equal to one.

Type boolean
Default FALSE

History

Tracie Sucharski2008-08-14 Original version
Christopher Austin2008-12-29 Added options, including EXCLUDELIST and DELETE
Christopher Austin2009-01-09 Renamed EXCLUDELIST to IGNORELIST and made other similar name changes.
Sharmila Prasad2009-07-17 Renamed IGNORELIST to FROMLIST and made other similar name changes Added options HOLD and UNHOLD Set the default as FALSE for DELETE Ignored Control Points and Measures
Sharmila Prasad2009-07-24 Renamed IGNORELIST to FROMLIST and reverted back to previous format
Sharmila Prasad2009-08-11 Set the default as FALSE for DELETE Ignored Control Points and Measures
Christopher Austin2009-08-11 Fixed an out of index bug.
Sharmila Prasad2009-08-25 Added parameter LOG to write logs into the file if explicitly stated, parameter POINTLIST to read Control Point ID's from a file reverted DELETE default to be TRUE
Sharmila Prasad2009-09-14 Added parameter PRESERVE with default FALSE. If set the Control Points with Measures equal to one are not deleted