ISIS Application Documentation
clem2isis | Standard View | TOC | Home |
Convert Clementine data to Isis cube
Description
Categories
Groups
Examples
History
Name | Description |
---|---|
FROM | Input file |
TO | Output cube |
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 |
Using clem2isis
Example GUI Screenshot of the GUI with parameters |
Input PDS image. | This is the image from PDS |
---|
Final output image after the conversion
Parameter Name:
TO Converts from PDS format to a Isis cube. |
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. |