IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 22, 2008, 9:49:53 PM (18 years ago)
Author:
bills
Message:

fix comments, turn compression back on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksremove.c

    r20340 r20342  
    3636    memset(sfile, 0, sizeof(sFile));
    3737
    38     // We use directly use psFits to read the image file unless the stage is warp
     38    // We use psFits directly to read the image file unless the stage is warp
    3939    // or diff. In that case we use the pmFPAfile functions to read the image file
    40     // so that it handles managing the astrometry.
     40    // to make managing the astromety easy
    4141
    4242    if (!CHIP_LEVEL_INPUT(stage) && !strcmp(fileSelect, "INPUT")) {
     
    758758    // psFitsCompressionGet(sf->inImage->image) gives compression none
    759759    // perhaps we should just use the definition of COMP_IMG in the configuration
    760 // XXX: turn off compression as a test
    761 //    psFitsSetCompression(sf->outImage->fits, PS_FITS_COMPRESS_RICE, sf->tiles, 8, 0, 0);
     760    psFitsSetCompression(sf->outImage->fits, PS_FITS_COMPRESS_RICE, sf->tiles, 8, 0, 0);
    762761    psFitsSetCompression(sf->recImage->fits, PS_FITS_COMPRESS_RICE, sf->tiles, 8, 0, 0);
    763762
Note: See TracChangeset for help on using the changeset viewer.