IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2015, 8:20:19 PM (11 years ago)
Author:
eugene
Message:

adding GZIP_2 and getting RICE_1 to work (mostly)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libfits/matrix/F_compress_data.c

    r38356 r38362  
    5050  }
    5151
    52   if (!strcasecmp(cmptype, "GZIP_1")) {
     52  // GZIP_1 uses inflate / deflate, GZIP_2 does as well, but operates on a buffer with
     53  // a different byte organization (gfits_distribute_gzp2)
     54  if (!strcasecmp(cmptype, "GZIP_1") || !strcasecmp(cmptype, "GZIP_2")) {
    5355    unsigned long Nbytes = Nrawpix * rawpix_size;
    5456
Note: See TracChangeset for help on using the changeset viewer.