IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 10:26:37 AM (18 years ago)
Author:
eugene
Message:

re-org and cleanup of the mask bits to make it consistent with the pmConfigMaskSetBits concepts; ensure mark and mask are correctly used and supplied to psphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageMosaic.c

    r13901 r18556  
    3232            in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin);
    3333
    34     // XXX mosaic the chip, making a deep copy.  this has the side effect of making the
    35     // output image products pure trimmed images, but also increases the memory footprint.
     34    // Mosaic the chip, making a deep copy.  This has the side effect of making the output
     35    // image products pure trimmed images, but also increases the memory footprint.
    3636    status = pmChipMosaic(outChip, inChip, true, options->blankMask);
    3737    return status;
Note: See TracChangeset for help on using the changeset viewer.