Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

ISIS Documentation

vdcomp

Uncompresses Voyager and Viking PDS files

This program will decompress Voyager and Viking EDR imq files in PDS format. It is not a standard Isis program but is used internally within "vik2isis" and "voy2isis" when decompression of the EDR is necessary.

Categories


History

Mike Martin1989-12-01 Original Version
Jeff Anderson2004-06-08 Removed compilation warnings under Linux
Jeff Anderson2004-06-09 Removed extraneous output to terminal
Elizabeth Miller2005-11-14 Added appTest
Jeff Anderson2005-05-19 64-bit Solaris port required replacing long with int and adding malloc.h
Jeannie Walldren2009-03-23 Modified code to allow string length of 1024 characters for input and output filenames.
Eric Hyer2009-06-23 Increased buffer sizes for ibuf and obuf. Also added some error checking.
Kelvin Rodriguez2016-08-28 Removed some unnecessary uses to register keyword. The keyword is ignored by modern compilers and causes warnings in clang. Part of porting to OS X 10.11.