IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2015, 8:52:24 AM (11 years ago)
Author:
eugene
Message:

working on compression in dvo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libfits/table/F_compress_T.c

    r38343 r38348  
    137137  ALLOCATE (zdata, char, Nzdata_alloc);
    138138
     139  gfits_dump_raw_table (srctable, "cmp");
     140
    139141  // compress the data : copy into a tile, compress the tile, then add to the output table
    140142  // each tile -> 1 row of the output table
     
    171173    if (!gfits_varlength_column_finish (tgttable, &fields[i].zdef)) ESCAPE(A);
    172174  }
     175
     176  gfits_dump_cmp_table (tgttable, "cmp");
    173177
    174178  free (raw);
Note: See TracChangeset for help on using the changeset viewer.