Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
USGS

ISIS Application Documentation


clem2isis

Printer Friendly View | TOC | Home

Convert Clementine data to Isis cube

Overview Parameters Example 1

Description

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 George2006-02-03 Converted to Isis 3
Brendan George2006-07-28 Fixed compiletime warnings
Kris Becker2006-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 Anderson2007-01-08 Fixed bug with non-permanent char* pointer
Steven Koechle2007-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 Koechle2007-06-06 Added PvlKeywords and Added NIR Test Data
Steven Koechle2007-06-12 Added Example
Steven Koechle2007-06-12 Changed to translate labels through translation table. Fixed Name keyword in BandBin group
Christopher Austin2008-02-20 Altered the output cube's BandBin group, changing the Keyword "Name" back to "FilterName".
Christopher Austin2008-03-18 Checks if input file is rdr.
Steven Lambright2008-05-13 Removed references to CubeInfo
Tracie Sucharski2009-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 Boyd2009-05-26 Modified label transfer to include MCP_Gain_Mode_ID when images is from HIRES camera.
Jeff Anderson and Victor Silva2017-12-27 Modified Kernels group to support filter dependent focal length and optical distortion for UVVIS camera.
Jeannie Backer2018-09-01 Added documentation, brought closer to coding standards and merged into public repo.

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:09
X

Files: FROM


Description

This file is the input Clementine image to be processed into an Isis cube.

Type filename
File Mode input
Close Window
X

Files: TO


Description

This is the cube which will be output after the processing is finished.

Type cube
File Mode output
Pixel Type unsignedByte
Filter *.cub
Close Window