ISIS Application Documentation
cnetsplit | Printer Friendly View | TOC | Home |
The application cnetsplit splits the input control network into user specified number of control networks.
Overview | Parameters | Example 1 |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |
Parameter GroupsFiles
Options
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |
The input control network whose control points will be divided among the output control networks. This file is not modified by cnetsplit.
Type | filename |
---|---|
File Mode | input |
Filter | *.net |
This string will be used to create unique output file names. It should contain a set of question marks ("?") where the file number will be placed. The string should not have question marks anywhere else. For each output file, the question marks will be replaced with a number from one to the number of output files. For example, if the user sets the pattern to ONET_PREFIX="ControlNet????" and NUM_OUTPUT_FILES=999, then cnetsplit will create 999 files with file names "ControlNet0001.net" through "ControlNet0999.net". Note: If there are not enough "?"s for the number of output files to be created during this run, the user will be thrown an error .
Type | string |
---|
The control points from the input control network will be split among this number of output files.
Type | integer |
---|---|
Minimum | 2 (inclusive) |
Example 1Split a control network with 8 points into 3 control networks. Description
This example will show how a control network is split when the number
of output networks does not evenly divide the number points in the
input control network.
Command Line
cnetsplit
cnet=controlNet.net onet_prefix=outputNetSplit??? num_output_files=3
In this example, cnetsplit will split the file controlNet.net into 3
output files with name pattern outputNetSplit???
GUI Screenshot
Data FilesLinks open in a new window.
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |