IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 4:49:06 PM (11 years ago)
Author:
eugene
Message:

extensive work on relphot, relastro, uniphot, dvomerge aiming to the construction and calibration of PV3

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/libfits/table/F_compress_T.c

    r38553 r38986  
    211211
    212212  // allocate the intermediate storage buffers
    213   int Nzdata_alloc = max_width*ztilelen + 100;
     213  int Nzdata_alloc = 2*max_width*ztilelen + 100;
    214214  ALLOCATE (raw,   char, max_width*ztilelen);
    215215  ALLOCATE (zdata, char, Nzdata_alloc);
     
    223223  gettimeofday (&startTimer, (void *) NULL);
    224224
     225  // ohana_memcheck (TRUE);
     226
    225227  // compress the data : copy into a tile, compress the tile, then add to the output table
    226228  // each tile -> 1 row of the output table
     
    243245      }
    244246     
     247      // ohana_memcheck (TRUE);
     248
    245249      // XXX TIMER 2a
    246250      gettimeofday (&stopTimer, (void *) NULL);
     
    260264      }
    261265
     266      // ohana_memcheck (TRUE);
    262267      // optname, optvalue = NULL, Noptions = 0
    263268     
Note: See TracChangeset for help on using the changeset viewer.