ISIS Application Documentation
lopdsgen | Standard View | TOC | Home |
Convert from Isis Lunar Orbiter cubes to the PDS format
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input cube to be converted |
TO | Output PDS image |
Name | Description |
---|---|
BITTYPE | Bit type of output file |
NULL | Dedicates the minimum DN value for null pixels. |
LRS | Dedicates a DN value for LRS pixels. |
LIS | Dedicates a DN value for LIS pixels. |
HIS | Dedicates a DN value for HIS pixels. |
HRS | Dedicates a DN value for HRS pixels. |
Name | Description |
---|---|
STRETCH | Type of stretch |
MINIMUM | Minimum pixel value |
MAXIMUM | Maximum pixel value |
MINPERCENT | Minimum Percent |
MAXPERCENT | Maximum Percent |
Name | Description |
---|---|
ENDIAN | Endianness of the output bytes |
Name | Description |
---|---|
NOTE | Value for the output PDS keyword NOTE |
The LO strip or level 1 Isis cube to be converted to PDS format.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
The resulting PDS file.
Type | filename |
---|---|
File Mode | output |
Filter | *.img |
Bit type of output: 8 bit (0=black, 255=white) 16 bit unsigned (0=black, 65535=white) 16 bit signed (-32767=black, 32768=white) 32 bit (1.17549435e-38=black, 3.40282347e+38=white)
Type | string | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | 32BIT | |||||||||||||||
Option List: |
|
If set to true, the minimum value of the raw output data will be reserved for null pixels. The actual value used for null pixels will be denoted in the print.prt file as well as displayed onscreen.
Type | boolean |
---|---|
Default | true |
If set to true, then an output DN value is set aside for the LRS input pixels. The actual DN value used for LRS pixels will be denoted in the print.prt file as well as displayed onscreen.
Type | boolean |
---|---|
Default | false |
If set to true, then an output DN value is set aside for the LIS input pixels. The actual DN value used for LIS pixels will be denoted in the print.prt file as well as displayed onscreen.
Type | boolean |
---|---|
Default | false |
If set to true, then an output DN value is set aside for the HIS input pixels. The actual DN value used for HIS pixels will be denoted in the print.prt file as well as displayed onscreen.
Type | boolean |
---|---|
Default | false |
If set to true, then an output DN value is set aside for the HRS input pixels. The actual DN value used for HRS pixels will be denoted in the print.prt file as well as displayed onscreen.
Type | boolean |
---|---|
Default | false |
This parameter is used to select one of three ways to stretch (or map) the input pixels. They are NONE, LINEAR, or MANUAL.
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | NONE | ||||||||||||
Option List: |
|
The minimum input pixel value which will be mapped to black.
Type | double |
---|---|
Less Than |
|
The maximum input pixel value which will be mapped to white.
Type | double |
---|---|
Greater Than |
|
The percentage of data in the histogram used to compute the minimum pixel value in the stretch.
Type | double |
---|---|
Default | 0.5 |
Less Than |
|
The percentage of data in the histogram used to compute the maximum pixel value in the stretch.
Type | double |
---|---|
Default | 99.5 |
Greater Than |
|
This parameter is used to select one whether the output will be streamed starting with the most significant byte (MSB) or starting with the least significant bytes (LSB). The choice should be made by the user depending upon the format read by the system architecture from which they plan to read the raw data.
Type | string | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Default | LSB | |||||||||
Option List: |
|
This parameter allows the user to specify the value of the standard PDS keyword NOTE within the output PDS label. This keyword will be located in the Root of the PDS PVL label.
Type | string |
---|---|
Internal Default | None |
Export Level 1 cube to 32-bit PDS
![]() lopdsgen gui
|
Example GUI Screenshot of GUI with parameters set to export a level1 LO cube to a PDS image. |
![]() lev1.cub
|
Input cube for lopdsgen
Parameter Name:
FROM This is an Isis cube, specifically a level 1 LO product, that will be exported to a standard PDS format image. |
Click here for the labels of the input image | This PVL contains the labels of the Isis, level 1 LO input image that will be exported to a PDS. |
---|---|
Click here for the labels of the output image | This PVL contains the labels of the PDS format image that has been generated from an Isis, level 1 LO cube. |
![]() lev1.pds.img
|
Output pds image from lopdsgen
Parameter Name:
TO This is a PDS format image that has been produced by exporting the input Isis, level 1 LO cube with default settings. |
Travis Addair | 2009-12-16 | Original version |
Travis Addair | 2009-12-18 | Updated test and example for changes to PVL. |
Travis Addair | 2010-02-16 | Added support for reexporting the cubes generated from PDS files produced by this application. |
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/24/2025 16:09:09 |