ISIS Application Documentation
cnet2dem | Printer Friendly View | TOC | Home |
Create a digital elevation model from one or more control network files.
Overview | 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:24:24 |
Parameter GroupsInput
Output
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:24:24 |
A single control network file used to create the point cloud to produce the interpolated output DEM radius at each output pixel.
Type | filename |
---|---|
File Mode | input |
Internal Default | None |
Filter | *.net |
A list of control network files that are combined into the point cloud to produce the interpolated output DEM radius at each output pixel.
Type | filename |
---|---|
File Mode | input |
Internal Default | None |
Filter | *.lis |
A standard ISIS map definition file or a map projected ISIS cube file containing a mapping group. This file will be used to create the output DEM ISIS cube.
Type | filename |
---|---|
File Mode | input |
Filter | *.map *.cub |
Specifies the name of an output ISIS cube file that is created to write the DEM. The output DEM may require demprep to be run on it before it can be used as an ISIS DEM shape model.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Filter | *.cub |
If this option is selected, pixels outside the latitude/longtiude range will be trimmed (set to null). This is useful for certain projections whose lines of latitude and longitude are not parallel to image lines and sample columns.
Type | boolean |
---|---|
Default | FALSE |
This parameter allows the user to specify the size of the radius search at each output map pixel. If not provided, the pixel resolution of the projection is used to specify the search diameter.
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | RADIAL | ||||||||||||
Option List: |
|
Radial distance in meters to search for control points measured from the center of the ouput map pixel.
Type | double |
---|---|
Internal Default | None |
Number of leafs in the kd-tree structure.
Type | integer |
---|---|
Default | 10 |
Specify number of control points that will be selected in the nearest NEIGHBOR search query to produce the output DEM pixel values.
Type | integer |
---|---|
Default | 0 |
Specify number of minimum number of points to accept from the RADIAL search query of the point cloud at each output DEM pixel. If the result set for each pixel does not have at least MINPOINTS, NULL values will be written to the output DEM pixel.
Type | integer |
---|---|
Default | 0 |
If provided, a noise filter is applied to the radius of the point set at each output pixel. The SIGMARADIUS is the number of standard deviations from the median radius from all control points.
Type | double |
---|---|
Internal Default | None |
This parameter provides numerous methods to compute the output radius value for a given latitude, longitude and map grid point. Any number of methods can be specified by enetering a comma-delimited lisf of the method names.
Name | Parameters | Description |
---|---|---|
AverageRadius | None | For all control points found in the RADIAL and/or NEARESTNEIGHBOR kd-tree search, computes the average radius value (the average Euclidean distance of all points from the surface to the center of the body). |
MaximumRadius | None | Computes the maximum radius (in meters) of the control points. |
MinimumRadius | None | Computes the minimum radius (in meters) of all control points. |
MedianRadius | None | Computes the median radius (in meters) of all control points. |
StandardDeviationRadius | None | Computes the standard deviation (in meters) of the radii of the control points. |
MaximumDistance | None | Computes the maximum surface distance (in meters) of all control points with respect to the latitude, longitude coordinates of the central pixel. |
MinimumDistance | None | Computes the minimum surface distance (in meters) of all control points with respect to the latitude, longitude coordinates of the central pixel. |
MedianDistance | None | Computes the median surface distance (in meters) of all control points with respect to the latitude, longitude coordinates of the central pixel. |
AverageDistance | None | Computes the average surface distance (in meters) of all control points with respect to the latitude, longitude coordinates of the central pixel. |
StandardDeviationDistance | None | Computes the standard deviation (in meters) of the surface distance of all control points with respect to the latitude, longitude coordinates of the central pixel. |
FrankeNelsonRadius | None | Computes the radius of the control points (in meters) using the Franke-Nelson method. |
ShepardsRadius | None | Computes the radius of the control points (in meters) using Shepard's weighted algorithm. |
NaturalNeighborRadius | None | Computes the radius of the control points (in meters) using the Nearest Neighbor interpolation algorithm. |
TypeCount | None | Returns the total number of pixels in the point collection. It additionally applies a signed (+/-1) value to indicate if the FLANN (Fast Library for Approximate Nearest Neighbors) search type was nearest neighbor (-1) or radius (+1). |
Type | string |
---|