Isis 3 Application Documentation
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 Lambright | 2008-11-03 |
Original version
|
| Steven Lambright | 2008-11-24 |
Added the "DETAILED" and "ERRORS" parameters.
|
| Steven Lambright | 2009-01-07 |
Added the number of errors to the results output
|
| Steven Lambright | 2009-05-27 |
Uses different method call to ImageOverlapSet for optimization
|
| Steven Lambright | 2009-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.
|