Isis 3 Application Documentation
cnet2mat | Standard View | TOC | Home |
Converts an Isis3 control network file to an ISIS2 match point file.
Description
Categories
Groups
History
This program converts an Isis3 control network file to an ISIS2 match point file.
| Name | Description |
|---|---|
| LIST3 | List of ISIS3 input cubes in the match point file. |
| CONTROL | Isis3 output control network file |
| Name | Description |
|---|---|
| LIST2 | List of ISIS2 input cubes in the match point file. |
| MATCH | ISIS2 match point file |
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 |
Use this parameter to specify the control network file containing the information to be translated into ISIS2 format
| Type | filename |
|---|---|
| File Mode | input |
| Filter | *.ctl |
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 |
Use this parameter to specify the target location of the output control network file
| Type | filename |
|---|---|
| File Mode | output |
| Filter | *.mat |
| Brendan George | 2007-08-10 | Original version |
| Stuart Sides | 2008-03-12 | Added ability to use ISIS2 keyword IMAGE_NUMBER. Fixed bug where the diameter was being written as an Isis::Null when it had not been set. |