Isis 3 Application Documentation
Applies an interest operator to the measurments of a control network
Description
Categories
Groups
History
Description
This program uses an interest operator to find the most interesting
area near each measurment of a control network. It then creates a
new control network using these "more interesting" points as the
measurments.
Categories
Parameter Groups
Files
|
Name
|
Description
|
| FROMLIST |
List of Input cubes in the control network
|
| NETWORK |
Input control network
|
| INTEREST |
PVL file containing the description of the interest operator plugin
|
| OVERLAPLIST |
This is the list of image overlaps corresponding to this control net
|
| TO |
Output control network
|
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:
NETWORK
Description
This file must contain control network with valid measurments
|
Type
| filename |
|
File Mode
| input |
|
Filter
|
*.net
|
Files:
INTEREST
Description
Use this parameter to select the filename which contains the
definition for the interest operator to be used.
|
Type
| filename |
|
File Mode
| input |
|
Filter
|
*
|
Files:
OVERLAPLIST
Description
Use this parameter to select the filename which contains the
overlap list. You can obtain this file by running "findimageoverlaps."
|
Type
| filename |
|
File Mode
| input |
|
Filter
|
*
|
Files:
TO
Description
This file will contain the adjusted control network
|
Type
| filename |
|
File Mode
| output |
Information:
NETWORKID
Description
The ID or name of this particular control network. This string
should be unique.
Information:
DESCRIPTION
Description
A string describing purpose of this control network.
History
| Stuart Sides | 2005-08-20 |
Original version
|
| Steven Koechle | 2008-09-25 |
Tweaked to compile and run with current version of Isis
|
| Steven Lambright | 2008-11-04 |
Added support for image overlap files, new optional parameter "OVERLAPLIST"
|
| Steven Lambright | 2008-11-14 |
"OVERLAPLIST" is now a required parameter.
|
| Steven Koechle | 2009-01-20 |
Fixed Memory Leaks, Changed Deletion of cubes to use an iterator
|
| Steven Koechle | 2009-04-24 |
If a control measure fails SetUniversalGround it is now ignored.
|
| Travis Addair | 2009-08-11 |
Interest operator parameters are now placed into the print file.
|