Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


cnetmerge

Printer Friendly View | TOC | Home

Merges 2 ControlNets into one.

Overview Parameters

Description

Merges 2 ControlNets into a single one. Each ControlNet must share the same target, and be of the same type (i .e. Singleton, ImageToImage, ImageToGround ). If the ControlNets contain the same ControlPoint, the merge can be forced.


Categories


History

Christpher Austin2008-04-04 Original version
Christopher Austin2008-06-24 Clarified error messages and added documentation. (Removed netmerge from the system, because it did the same thing, just not quite as clean)
Christopher Austin2008-08-05 Fix xml app name error

Parameter Groups

Files

Name Description
FROM1 Input ControlNet
FROM2 Input ControlNet
TO Merged ControlNet
FORCE Forces the merge of the input ControlNets
ID The NetworkId for the merged ControlNet
DESCRIPTION The Description for the merged ControlNet
X

Files: FROM1


Description

The first ControlNet to be merged.

Type filename
File Mode input
Filter *.ctl *.pvl
Close Window
X

Files: FROM2


Description

The second ControlNet to be merged.

Type filename
File Mode input
Filter *.ctl *.pvl
Close Window
X

Files: TO


Description

The output ControlNet, which is the merged result of the two input ControlNets.

Type filename
File Mode output
Filter *.ctl *.pvl
Close Window
X

Files: FORCE


Description

If left false, cnetmerge will throw errors upon the two input ControlNets containing a ControlPoint with the same Id. If set to false, the merge will be forced, reguardless of ControlPoint ids.

Type boolean
Default FALSE
Close Window
X

Files: ID


Description

The NetworkId keyword for the new merged ControlNet will be set to the given value.

Type string
Close Window
X

Files: DESCRIPTION


Description

TheDescrition keyword for the new merged ControlNet will be set to the given value.

Type string
Close Window