ISIS Application Documentation
mdis2pds | Printer Friendly View | TOC | Home |
Exports a Messenger cube back into PDS format
Overview | Parameters |
Description
The mdis2pds program will process a Messenger MDIS cube and export it to CDR type PDS
product. The output file will have a PDS compliant label and a data object that contains the
keywords described in the MDIS CDR/RDR SIS document (see link below). The input file must
have been imported and calibrated using the ISIS programs mdis2isis and mdiscal, respectively.
This will ensure that the proper values of the PRODUCT_ID and SOURCE_PRODUCT_ID are included in
the output CDR label.
CategoriesRelated Objects and DocumentsApplicationsDocumentsHistory
|
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 CDR image.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
Output filename, by default the filename will be generated from the input filename.
Type | filename |
---|---|
File Mode | output |
This parameter is used to select one of two ways to stretch output pixels. They are AUTOMATIC or MANUAL.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | AUTOMATIC | |||||||||
Option List: |
|
The cumulative percentage value to be mapped to the minimum valid pixel for the specified number of bits. For example, with BITS=10 and MINPER=1.0, the DN which corresponds to the cumulative percent of 1.0 will be mapped to 3, where 0 represents NULL, 1 represents LRS and 2 represents LIS.
Type | double |
---|---|
Default | 0.0 |
Minimum | 0.0 (inclusive) |
Maximum | 100.0 (inclusive) |
Less Than or Equal |
MAXPER
|
The cumulative percentage value to be mapped to the maximum valid pixel for the specified number of bits. For example, with BITS=10 and MINPER=99.0, the DN which corresponds to the cumulative percent of 99.0 will be mapped to 1021, 1021=(2**bits)-1-2. Where 1023 represents HIS and 1022 represents HRS.
Type | double |
---|---|
Default | 100.0 |
Minimum | 0.0 (inclusive) |
Maximum | 100.0 (inclusive) |
Greater Than or Equal |
MINPER
|
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 to this number of bits. The output data type will be automatically chosen 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) |