Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


cnetextract

Printer Friendly View | TOC | Home

Extracts portions of an existing Control Network

Overview Parameters

Description

Extracts Control Points into a new Control Network from a specified Control Network in accordance to specified filters. A results group will be recorded, including the Control Points removed during extraction, as well as all of the Control Points which had Control Measures removed from them. In addition, Control Points extracted as well as a summary of the results group are both included in the record.

Categories


History

Christopher Austin2009-07-22 Original version
Christopher Austin2009-07-31 Refactored for readability, added parameter defaults, and added detail to the application log.
Christopher Austin2009-08-11 Added an additional output progress bar.
Christopher Austin2009-08-21 Added the points kept to the print file.
Christopher Austin2009-08-28 Fixed TOLIST blank lines, added the POINTLIST option, and changed the CUBEPOINTS parameter to take a filename instead of a boolean.

Parameter Groups

Input Files

Name Description
FROMLISTList of ISIS3 input cubes in the Control Network
CNETIsis3 input Control Network file

Output

Name Description
TOLISTList of ISIS3 output cubes
OUTNETIsis3 output Control Network file
NETWORKID Name of the extracted Control Network
DESCRIPTION The description of the extracted network.

Filters

Name Description
NOIGNORERemove ignored points when extracting the Control Net
NOHELDRemove held points when extracting the Control Net
NOSINGLEMEASURERemove Control Points with one Control Measure
REFERENCEExtract reference Control Measures
CUBEPOINTSExtract Control Points containing these input cube
CUBEMEASURESExtract Control Measures containing an input cube
POINTLISTFile containing Control Point Ids which will be extracted
LATLONExtract Control Points in the lat/lon range
MINLATMinimum Control Point Latitude
MAXLATMaximum Control Point Latitude
MINLONMinimum Control Point Longitude
MAXLONMaximum Control Point Longitude
X

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
Close Window
X

Input Files: CNET


Description

Use this parameter to specify the control network file to extract the OUTNET from.

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

Output: TOLIST


Description

This text file contains one column of ISIS3 cube file names associated with the OUTNET. This list can only include cubes that were privided in the FROMLIST.

Type filename
File Mode output
Filter *.txt *.lis *.list
Close Window
X

Output: OUTNET


Description

The resultant Control Network extracted from CNET.

Type filename
File Mode output
Filter *.net
Close Window
X

Output: NETWORKID


Description

The ID or name of the extracted Control Network. This string should be unique.

Type string
Internal Default Parent Network Id
Close Window
X

Output: DESCRIPTION


Description

A string describing purpose of this extracted control network.

Type string
Default cnetextracted
Close Window
X

Filters: NOIGNORE


Description

When true, all ignored Control Points and all ignored Control Measures provided by the Control Net will be removed. The keywords IgnoredPoints and IgnoredMeasures will be logged when using this option. They depict which Control Points and Control Measures were not extracted due to this filter.

Type boolean
Default False
Close Window
X

Filters: NOHELD


Description

When true, all held Control Points in the Control Net will be removed. The keyword HeldPoints will be logged when using this option. Each Control Point it contains was not extracted due to this filter.

Type boolean
Default False
Close Window
X

Filters: NOSINGLEMEASURE


Description

When true, all Control Points that are reduced to zero or one Control Measure (from other selected filters) will not be included in the output Control Network. The keyword SingleMeasurePoints will be logged when using this option. Each Control Point it contains was not extracted due to this filter.

Type boolean
Default False
Exclusions
  • REFERENCE
Close Window
X

Filters: REFERENCE


Description

When true, only reference Control Measures will be extracted into the output Control Net. This option cannot be used in conjunction with the NOSINGLEMEASURE option since there is only a single reference measure in any Control Point. The keyword NonReferenceMeasures will be logged when using this option. Each Control Measure it contains was not extracted due to this filter.

Type boolean
Default False
Exclusions
  • NOSINGLEMEASURE
Close Window
X

Filters: CUBEPOINTS


Description

Use this parameter to select the filename which contains a list of cubes. All the Control Points which contain at least on of these cubes will be extracted. The keyword NonCubePoints will be logged when using this option. Each Control Point it contains was not extracted due to this filter.

Type filename
File Mode input
Internal Default None
Inclusions
  • CUBEMEASURES
Filter *.lis
Close Window
X

Filters: CUBEMEASURES


Description

When true, remove all Control Measures from extracted Control Points which do not contain a cube from the CUBEPOINTS list. This option can only be used when a file has been provided for CUBEPOINTS. The keyword NonCubeMeasures will be logged when using this option. Each Control Measure it contains was not extracted due to this filter.

Type boolean
Default False
Close Window
X

Filters: 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 extracted as long as another seleted filter does not exclude the Control Point. The keyword NonListedPoints will be logged when using this option. Each Control Point it contains was not extracted due to this filter.

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

Filters: LATLON


Description

When true, all Control Points that are outside of the provided latitude longitude range will be removed. Control Points whos latitude longitude cannot be computed will be removed. Ground Points will use the lat/lon values provided in the CNET while Tie Points will calculate their lat/lon from the images provided by the FROMLIST. These calculated lat/lon values will be added to Tie Point in the OUTNET for reference purposes. No Isis application will use these added Control Point keywords. The keywords LatLonOutOfRange and NoLatLonPoints will be logged when using this option. Each Control Point they contain were not extracted due to this filter, were LatLonOutOfRange is the Control Points who did not fall within the provided range, and NoLatLonPoints were the Control Points for which a Latitude and Longitude could not be determined. Note: This option is expensive.

Type boolean
Default False
Inclusions
  • MINLAT
  • MAXLAT
  • MINLON
  • MAXLON
Close Window
X

Filters: MINLAT


Description

Any Control Point with a latitude less than LATMIN will be removed.

Type double
Default -90.0
Close Window
X

Filters: MAXLAT


Description

Any Control Point with a latitude greater than LATMAX will be removed.

Type double
Default 90.0
Close Window
X

Filters: MINLON


Description

Any Control Point with a longitude less than LONMIN will be removed. If MINLON is greater than MAXLON than the latitude range is assumed to cross the 0/360 latitude boundry, where points with latitudes greater than MINLON or less than MAXLON will be included.

Type double
Default 0.0
Close Window
X

Filters: MAXLON


Description

Any Control Point with a longitude greater than LONMAX will be removed. If MAXLON is less than MINLON than the latitude range is assumed to cross the 0/360 latitude boundry, where points with latitudes greater than MINLON or less than MAXLON will be included.

Type double
Default 360.0
Close Window