Home
About ISIS
Support
Download

ISIS 3

Documentation
Tutorials
Technical Documents

ISIS 2

Documentation
Tutorials
Technical Documents

Search

USGS

ISIS 3 Application Documentation


mocuncompress

Printer Friendly View | TOC | Home

Uncompresses moc EDR data files

Overview Parameters

Description

This program will uncompress MOC EDR data. It is not a standard Isis program but is used internally within "moc2isis" when decompression of the EDR is necessary.

Categories


History

Malin Space Science Systems2000-04-10 Ported to LINUX under the Isis 3.0 conversion
Stuart Sides2003-12-09 Ported to LINUX under the Isis 3.0 conversion
Jeff Anderson2004-03-26 Fixed problems with Sun OS Port
Jeff Anderson2004-03-29 Added Janet Barrets fix to readBlock.c for discrete cosine transform imqs.
Kris Becker2007-10-10 Fixed problem on MacOSX that caused bus errors.
Chris Austin2007-12-19 Changed "static char label[256]" to "static char label[1024]", which keeps this program working on more systems.
Steven Lambright2009-02-23 Removed some unnecessary code that caused problems on some 64bit systems.
Jai Rideout2011-03-11 Replaced all occurences of bcopy() with memmove() as bcopy() is deprecated and memmove() is the preferred, portable alternative. This change was necessary to get this application to work in Suse 10.3 (roma).