clem2isis
Convert Clementine data to Isis cube
This program takes a Clementine image and formats it into an Isis cube. The
images are decompressed from Clementine 8-bit into a pixel type selected by
the user.
Categories
History
| Brendan George | 2006-02-03 | Converted to Isis 3 |
| Brendan George | 2006-07-28 | Fixed compiletime warnings |
| Kris Becker | 2006-12-11 | Made changes to make code more standard (replaced malloc.h with stdlib.h). Also fixed bug in format for internal read of long formatted for an int, which differs in size. |
| Jeff Anderson | 2007-01-08 | Fixed bug with non-permanent char* pointer |
| Steven Koechle | 2007-05-22 | Removed "Z" from end of value for StartTime label. Propagated Original Labels Added PvlKeywords: FocalPlaneTemperature ExposureDuration EncodingCompressionRatio OffsetModeID GainModeID ProductID MissionPhase. Changed output cube from real to unsignedByte. Added handeling for LIS and HIS values. |
| Steven Koechle | 2007-06-06 | Added PvlKeywords and Added NIR Test Data |
| Steven Koechle | 2007-06-12 | Added Example |
| Steven Koechle | 2007-06-12 | Changed to translate labels through translation table. Fixed Name keyword in BandBin group |
| Christopher Austin | 2008-02-20 | Altered the output cube's BandBin group, changing the Keyword "Name" back to "FilterName". |
| Christopher Austin | 2008-03-18 | Checks if input file is rdr. |
| Steven Lambright | 2008-05-13 | Removed references to CubeInfo |
| Tracie Sucharski | 2009-02-17 | Added BandBin keywords Center and Width to clementine.trn and alter the output values only if the filter is not the F filter. |
| Mackenzie Boyd | 2009-05-26 | Modified label transfer to include MCP_Gain_Mode_ID when images is from HIRES camera. |
| Jeff Anderson and Victor Silva | 2017-12-27 | Modified Kernels group to support filter dependent focal length and optical distortion for UVVIS camera. |
| Jeannie Backer | 2018-09-01 | Added documentation, brought closer to coding standards and merged into public repo. |
Parameters
Files
This file is the input Clementine image to be processed into an Isis
cube.
| Type | filename |
|---|---|
| File Mode | input |
This is the cube which will be output after the processing is
finished.
| Type | cube |
|---|---|
| File Mode | output |
| Pixel Type | unsignedByte |
| Filter | *.cub |
Example 1
Using clem2isis
The use of clem2isis to ingest PDS images and output Isis cubes
Command Line
This example shows the use of clem2isis create an Isis cube from a PDS
image.
clem2isis
from= lne4885r.300
to=lne4885r.cub
GUI Screenshot
Data File
Links open in a new window.| Input PDS image. | This is the image from PDS |
|---|

