ISIS Application Documentation
cnetnewradii | Printer Friendly View | TOC | Home |
Generate new radii from DEM for a ControlNet
Overview | Parameters | Example 1 | Example 2 |
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
Parameters
|
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 |
Use this parameter to select the input control network.
Type | filename |
---|---|
File Mode | input |
Filter | *.net |
A map projected ISIS cube which contains the radii of the target. The file can cover a larger area than the control points in the network, but must minimally include all of the control point locations.
Type | cube |
---|---|
File Mode | input |
Default Path | $base/dems/ |
Filter | *.cub |
Use this parameter to specify the name of the output control network.
Type | filename |
---|---|
File Mode | output |
Filter | *.net |
This file will contain the Point IDs of all control points whose radius could not be calculated from the shape model. This happens when the radius value is a special pixel or when the program fails to set universal ground given the lat/lon values of the control point.
Type | filename |
---|---|
File Mode | output |
Internal Default | No Error Output |
Filter | *.log *.pvl *.txt |
Specify which Surface Point to use when setting the new radii.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | APRIORI | |||||||||
Option List: |
|
Example 1All fixed points successfully updated Description
Example of the use of cnetnewradii on a control network whose
constrained and fixed points lat/lon values are all contained within the
given shape model.
Command Line
cnetnewradii
cnet=../IN/inputcnet.net model=../IN/inputDEM1.cub
onet=../OUT/ouputcnet1.net getlatlon=APRIORI
In this example, cnetnewradii will take the input control network and
copy it to the output network with new radii values calculated for
all constrained and fixed points using an interpolated DN value from
the shape cube. The apriori values will be updated. No error log will
be generated.
GUI Screenshot
Input Image
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 |
Example 2Some fixed points fail to be updated Description
Example of the use of cnetnewradii on a control network` that contains
some fixed points whose radius can not be calculated.
Command Line
cnetnewradii
cnet=../IN/inputcnet.pvl model=../IN/inputDEM2.cub
onet=../OUT/ouputcnet2.pvl errors=../OUT/failures.pvl
In this example, cnetnewradii will take the input control network and
copy it to the output network with new radii values calculated for
fixed points using the DN value recieved from the shape cube. The
PointIDs of fixed points that fail to calculate a new radius value
will be listed in the error log.
GUI Screenshot
Input Image
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 |