Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


pointreg

Printer Friendly View | TOC | Home

Point Registration

Overview Parameters

Description

This program takes a control network and a registration algorithm and returns a refined control network based on the algorithm.

Categories


Related Objects and Documents

Applications

Documents

  • Automatic Registration in Isis 3.0

History

Jacob Danton2006-01-11 Original Version
Brendan George2006-10-02 Modified call to get current time to use Time class, instead of Application class
Steven Lambright2007-07-23 Fixed typos, changed category to Control Networks and removed example
Steven Lambright2008-06-23 Fixed memory leak, progress, updated to work with AutoReg change

Parameter Groups

Input

Name Description
FILES Input File List
CNET Input ControlNet
IGNORED Keep Ignored ControlPoints
UNMEASURED Keep Unmeasured ControlMeasures
TEMPLATE Auto Regestration Template

Output

Name Description
TO Resulting ControlNet
X

Input: FILES


Description

This file contains all the files used in the control network.

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

Input: CNET


Description

This file contains the initial control network.

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

Input: IGNORED


Description

Specifies if Ignored ControlPoints will remain in the ControlNet.

Type boolean
Default True
Close Window
X

Input: UNMEASURED


Description

Specifies if Unmeasured ControlMeasures will remain in the ControlNet.

Type boolean
Default True
Close Window
X

Input: TEMPLATE


Description

This is the auto regestration template file which contains all the information on the registration algorithm to be used.

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

Output: TO


Description

This is the output ControlNet file containing the registered information.

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