ISIS Application Documentation
dsk2isis | Standard View | TOC | Home |
Converts NAIF DSK plate model to ISIS format
Description
Categories
Groups
History
Name | Description |
---|---|
FROM | Name of NAIF DSK DEM file |
MAP | Name of file containing map description |
TO | Output cube |
METHOD | DEM intersection method used |
This parameter provides the name of the NAIF DSK file to convert to ISIS format. It is assumed to be in body fixed coordinates from which intersections for each output map grid point will be computed using NAIF's DSK toolkit.
Type | filename |
---|---|
File Mode | input |
Filter | *.bds |
This paramter provides the name of a file containing a valid map projection defintion. One can use the ISIS maptemplate application to create a map template.
Type | filename |
---|---|
File Mode | input |
Filter | *.map |
Name of the output ISIS file created by this application containing the rendering of the DSK DEM into and ISIS compatible DEM for use in the ISIS system.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
This parameter provides two different methods to compute the output radius value for a given latitude, longitude map grid point.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | RAY | |||||||||
Option List: |
|
Kris Becker | 2014-02-19 | Original Version |
Jeannie Backer | 2015-03-08 | Wrote tests. Added application to ISIS trunk. References #2035 |
Kris Becker | 2015-03-11 | Process data tiles instead of a pixel at a time; Test for valid output map coordinate at every map pixel. References #2035 |
Kaitlyn Lee | 2018-03-10 | Changed the category to Import and Export. Fixes #5188. |