IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38613


Ignore:
Timestamp:
Jul 22, 2015, 8:14:19 AM (11 years ago)
Author:
eugene
Message:

use 10000 rows for compression instead of 1000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/libdvo/src/dvo_catalog_split.c

    r38553 r38613  
    135135    char *compressMode = dvo_catalog_compress_string (catalog->catcompress);
    136136    // I should test how Ntile affects fpack/funpack and speed
    137     if (!gfits_compress_table (ftable, &cmptable, 1000, compressMode)) {
     137    if (!gfits_compress_table (ftable, &cmptable, 10000, compressMode)) {
    138138      fprintf (stderr, "compression failure\n");
    139139      free (compressMode);
Note: See TracChangeset for help on using the changeset viewer.