Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


findimageoverlaps

Standard View | TOC | Home

Writes the image overlaps in a control net to a file

Description
Categories
Groups
History


Description

This program writes the image overlaps, in a given control net, to a file for use by other control net programs. By using this program, the image overlaps in a control net could be calculated once (this is a slow process) for many program runs, speeding up the process.

Categories


Parameter Groups

Files

Name Description
FROMLIST List of Input cubes in the control network
TO Output overlap list
ERRORS Errors generated when making the overlap list

Settings

Name Description
DETAILED Output detailed error information

Files: FROMLIST

Description

Use this parameter to specify the cube filenames which are associated with the control network.

Type filename
File Mode input
Filter *.lis

Files: TO

Description

This file will contain image overlap polygons for the control network

Type filename
File Mode output

Files: ERRORS

Description

This file will contain the errors that occurred while calculating the image overlaps.

Type filename
File Mode output
Internal Default No Error Output

Settings: DETAILED

Description

This will cause the error file to contain more detailed information about the errors. If this is true, only filenames will be reported in the errors file.

Type boolean
Default false

History

Steven Lambright2008-11-03 Original version
Steven Lambright2008-11-24 Added the "DETAILED" and "ERRORS" parameters.
Steven Lambright2009-01-07 Added the number of errors to the results output
Steven Lambright2009-05-27 Uses different method call to ImageOverlapSet for optimization
Steven Lambright2009-05-28 The input list will be internally sorted by serial number so that one list of input images will always produce the same results regardless of the sort order.