[USGS Banner] Visit the USGS Home Page Go to the Astrogeology Research Program Home Page
[Solar System] [Missions] [Technology] [Data & Information] [Research] [Hot Topics] [Gallery] [About Us] [Search]
 [end navigation bar]

Clementine: Download Software for Sun/OS Systems


CLEMDCMP

The program CLEMDCMP will decompress the raw image and output the uncompressed image data in the following user-selected formats:

Installing and Using Software on a SUN/OS UNIX Workstation

The executable for CLEMDCMP was put into a "uuencoded" ascii file that was created from a compressed tar file. This file is named "clemdexe.tzu". To extract the executable type the the following commands:

The source for "clemdcmp" and a makefile to build the program is located in in the file, clemdsrc.tzu. This file is an ascii file created from a compressed tar file. To extract the source files and makefile execute the he following commands:

This program has been tested on a SUN SPARCstation running version 4.1.3 of SunOS. It was compiled and linked using the acc compiler (This is an ANSI compliant compiler). The makefile clemdcmp.mak will compile and link the program using the following command:

   make -f clemdcmp.mak

       CLEMDCMP has four command-line arguments.  The first argument
       indicates the output format of the decompressed image and
       the following are the options:
         -p = decompressed pds image file
         -n = decompressed unlabeled file
         -t = decompressed tiff file
         -g = decompressed gif file
       The second argument indicates which image object to output:
         -i = full resolution image
         -b = browse image
       The third argument is the filename of the input compressed clementine
         data file.
       The fourth argument is the filename of the output decompressed
         clementine image.