ISIS Application Documentation
    Uncompresses moc EDR data files
  
 
          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 Systems | 2000-04-10 | 
      Ported to LINUX under the Isis 3.0 conversion
     | 
 
| Stuart Sides | 2003-12-09 | 
      Ported to LINUX under the Isis 3.0 conversion
     | 
 
| Jeff Anderson | 2004-03-26 | 
      Fixed problems with Sun OS Port
     | 
 
| Jeff Anderson | 2004-03-29 | 
      Added Janet Barrets fix to readBlock.c for discrete cosine
      transform imqs.
     | 
 
| Kris Becker | 2007-10-10 | 
        Fixed problem on MacOSX that caused bus errors.
     | 
 
| Chris Austin | 2007-12-19 | 
      Changed "static char label[256]" to "static char label[1024]", which keeps
      this program working on more systems.
     | 
 
| Steven Lambright | 2009-02-23 | 
      Removed some unnecessary code that caused problems on some 64bit systems.
     | 
 
| Jai Rideout | 2011-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).
     | 
 
| Kelvin Rodriguez | 2016-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.
     | 
 
 
 |