Isis 3 Application Documentation
Converts an ISIS2 match point file to an Isis3 control network file.
Description
Categories
Groups
History
Description
This program converts an ISIS2 match point file to an Isis3 control
network file.
Categories
Parameter Groups
ISIS 2 Files
|
Name
|
Description
|
| LIST2 |
List of ISIS2 input cubes in the match point file.
|
| MATCH |
ISIS2 match point file
|
Isis 3 Files
|
Name
|
Description
|
| LIST3 |
List of ISIS3 input cubes in the match point file.
|
| CONTROL |
Isis3 output control network file
|
Control
|
Name
|
Description
|
| DESCRIPTION |
The description of this output control network.
|
| NETWORKID |
Name of the output control network
|
| TARGET |
The body the control network is for
|
ISIS 2 Files:
LIST2
Description
A text file containing one column of ISIS2 cube file names. Every file
used in the match point file should be represented in this list. The
cubes must be available for the program to open and must be in the
same order as the Isis3 cubes in LIST3
|
Type
| filename |
|
File Mode
| input |
|
Filter
|
*.lis
|
ISIS 2 Files:
MATCH
Description
Use this parameter to spexify the ISIS2 match point file
to be converted to an Isis3 control network file.
|
Type
| filename |
|
File Mode
| input |
|
Filter
|
*.mat
|
Isis 3 Files:
LIST3
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. The
cubes must be available for the program to open and must be in the
same order as the Isis2 cubes in LIST2
|
Type
| filename |
|
File Mode
| input |
|
Filter
|
*.lis
|
Isis 3 Files:
CONTROL
Description
Use this parameter to spexify the file name of the
output Isis3 control network.
|
Type
| filename |
|
File Mode
| output |
|
Filter
|
*.ctl
|
Control:
DESCRIPTION
Description
A string describing this control network.
Control:
NETWORKID
Description
The ID or name of this particular control network. This string
should be unique.
Control:
TARGET
Description
The planet or body the control points and measures in this control
network are for.
History
| Brendan George | 2007-08-10 |
Original version
|
| Steven Lambright | 2007-12-14 |
Now IMAGE_NUMBER will be used before IMAGE_ID for matching files
|
| Stuart Sides | 2008-04-15 |
Fixed bug where serial numbers were not correct.
|
| Steven Lambright | 2008-05-19 |
Error message added for missing FSC's
|
| Christopher Austin | 2008-07-01 |
Added exception message when the given MATCH file's "Matchpoint total"
keyword is less than the number of actual Match Points in the file.
|