ISIS Application Documentation
mdisddr | Printer Friendly View | TOC | Home |
Creates a MESSENGER DDR PDS product from an MDIS image
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:28:12 |
Parameter GroupsFiles
Stretch
Output Controls
|
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:12 |
Input filename of a MESSENGER cube file to be exported into a PDS DDR image. The minimum requirement is that it must be initalized with SPICE (using the spiceinit application).
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
Output filename, by default the filename will be generated from the input file contents using the PRODUCT_ID. The user can specify the name if desired here, but to ensure consistancy with SIS specifications, the name of the file will be derived by the program. See the OPATH parameter for additional options of where the output file will be written.
The format of the derived filename will be of the form DN0131770878M_DE_0.IMG where 'D' indicates it is a derived data product, the second letter will be 'N' for MDIS/NAC or 'W' for MDIS/WAC instrument; the next ten characters will be numbers indicating the mission elasped time (MET) of the image; the following character is the filter - 'M' for monochrome or the NAC, letters 'A' -'L' for WAC filters; the two characters after the first underscore is always 'DE' indicating it is a derived data type; and the last number after the second underscore is the version number. The customary IMG extension is standard for most all PDS image data products.
Type | filename |
---|---|
File Mode | output |
Internal Default | Derived |
This parameter is provided to be used instead of the TO parameter if the filename convention is to be followed. If TO is not given, then output filename is derived internally according to the description in the SIS and the output file is placed in the OPATH directory. The default is to write it to the current directory.
Type | string |
---|---|
Internal Default | Current |
This parameter is used to select one of two ways to stretch output pixels. The are AUTOMATIC or MANUAL.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | AUTOMATIC | |||||||||
Option List: |
|
The number of bits to compress the input data to. The valid data as well as the five special pixel values (NULL, LIS, LRS, HIS, HRS) will be compressed into this number of bits. The output data type will be automaticity choosen using this value. A value of 8 will create unsigned byte output files. Values from 9 to 16 will create unsigned word output files. Unused bits in the unsigned word output file will be set to zero.
Type | integer |
---|---|
Default | 32 |
Minimum | 8 (inclusive) |
Maximum | 32 (inclusive) |