Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


vdcomp

Standard View | TOC | Home

Uncompresses Voyager and Viking PDS files

Description
Categories
History


Description

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.