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.
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.