Isis 3 Application Documentation
autoseed | Standard View | TOC | Home |
Creates a control network for a list of images
Description
Categories
Groups
History
This program creates a first guess control network with tie points between overlapping images. The control network is based on the available pointing information for each image (most likely SPICE).
| Name | Description |
|---|---|
| FROMLIST | List of Input cubes to create a control network for |
| SEEDDEF | PVL file containing the description of the autoseed plugin |
| OVERLAPLIST | Input cube overlap list |
| CNET | Control Network which already seeds some of the overlap |
| TO | Output control network |
| ERRORS | Errors generated while seeding the overlaps |
| Name | Description |
|---|---|
| NETWORKID | Name of this control network |
| POINTID | The pattern to be used to create point ids. |
| DESCRIPTION | The description of the network. |
Use this parameter to select the filename which contains a list of cube filename to be used to create the control network.
| Type | filename |
|---|---|
| File Mode | input |
| Filter | *.lis |
Use this parameter to select the filename which contains the definition of the type of autoseeding to be preformed. This file must contain a valid Autoseed plugin definition in PVL format.
| Type | filename |
|---|---|
| File Mode | input |
| Filter | *.api *.def |
This file should contain overlaps of cubes in the control network. This file can be generated by running "findimageoverlaps."
| Type | filename |
|---|---|
| File Mode | input |
Use this parameter to provide a Control Network that already seeds a portion of the provided overlap. The Control Points it contains will prevent re-seeding during execution, resulting in a new Control Network that only seeds overlaps that do not contain any Control Points. You may then use cnetmerge to combine this Control Network (CNET) with the resultant Control Network (TO) to create a single Control Network for the entire overlap.
| Type | filename |
|---|---|
| File Mode | input |
| Internal Default | No previous control network |
| Filter | *.net |
This file will contain the autoseeded control network
| Type | filename |
|---|---|
| File Mode | output |
This file will contain the errors that occurred while seeding the overlaps.
| Type | filename |
|---|---|
| File Mode | output |
| Internal Default | No Error Output |
The ID or name of this particular control network. This string should be unique.
| Type | string |
|---|
A string with one and only one set of question marks ("?"). This string will be used to create unique IDs for each control point created by this program. The question marks will be replaced with a number beginning with zero. For example the pattern "User????" would create point IDs "User0001" through "User9999". Note: Make sure there are enough "?"s for all the control points that may be created during this run. If all question marks are exausted the program will throw an error.
| Type | string |
|---|
A string describing purpose of this control network.
| Type | string |
|---|
| Stuart Sides | 2005-08-20 | Original version |
| Steven Lambright | 2007-07-27 | Changed category from Geometry to Control Networks |
| Stuart Sides | 2008-11-11 | Removed terminal output code |
| Steven Lambright | 2008-11-24 | Added the "OVERLAPLIST" parameter. |
| Christopher Austin | 2008-12-18 | Added the optional CNET parameter and fixed memory leaks. |
| Christopher Austin | 2008-12-22 | Removed beta status, fixed a bug, and added test. |
| Christopher Austin | 2009-01-26 | Replaced the cerr output with the ERRORS option. |
| Christopher Austin | 2009-02-09 | Added the seed definition parameters to the results group of the print.prt file |
| Christopher Austin | 2009-03-16 | Fixed the progress objects. |
| Travis Addair | 2009-08-05 | Moved seed definition parameters to unique group, and encapsulated the group creation within the seeding objects. |
| Travis Addair | 2009-08-11 | Added .def filter to the SEEDDEF parameter. |