Changeset 12818
- Timestamp:
- Apr 12, 2007, 9:12:41 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageMosaic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageMosaic.c
r12655 r12818 30 30 psTrace("pmChipMosaic", 5, "mosaic chip %s to %s (xbin,ybin: %d,%d to %d,%d)\n", 31 31 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; 33 37 } 34 38
Note:
See TracChangeset
for help on using the changeset viewer.
