Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


autoseed

Printer Friendly View | TOC | Home

Creates a control network for a list of images

Overview Parameters

Description

This program is being released for a very specific purpose for which it seems to work. It is only a preliminary version, and most likely contains errors. It is not ready for general purpose use. Please do not report errors. The documentation is not complete and may be inaccurate. USE AT YOUR OWN RISK.

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).


Categories


History

Stuart Sides2005-08-20 Original version
Steven Lambright2007-07-27 Changed category from Geometry to Control Networks

Parameter Groups

Files

Name Description
FROMLIST List of Input cubes to create a control network for
SEEDDEF PVL file containing the description of the autoseed plugin
TO Output control network

Control

Name Description
NETWORKID Name of this control network
POINTID The pattern to be used to create point ids.
DESCRIPTION The description of the network.
X

Files: FROMLIST


Description

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
Close Window
X

Files: SEEDDEF


Description

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
Close Window
X

Files: TO


Description

This file will contain the autoseeded control network

Type filename
File Mode output
Close Window
X

Control: NETWORKID


Description

The ID or name of this particular control network. This string should be unique.

Type string
Close Window
X

Control: POINTID


Description

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
Close Window
X

Control: DESCRIPTION


Description

A string describing purpose of this control network.

Type string
Close Window