IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12818


Ignore:
Timestamp:
Apr 12, 2007, 9:12:41 AM (19 years ago)
Author:
eugene
Message:

chip mosaic makes a deep copy for consistency with residual images

File:
1 edited

Legend:

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

    r12655 r12818  
    3030    psTrace("pmChipMosaic", 5, "mosaic chip %s to %s (xbin,ybin: %d,%d to %d,%d)\n",
    3131            in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin);
    32     return pmChipMosaic(outChip, inChip, false);
     32
     33    // XXX mosaic the chip, making a deep copy.  this has the side effect of making the
     34    // output image products pure trimmed images, but also increases the memory footprint.
     35    status = pmChipMosaic(outChip, inChip, true);
     36    return status;
    3337}
    3438
Note: See TracChangeset for help on using the changeset viewer.