Changeset 12634
- Timestamp:
- Mar 28, 2007, 9:27:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMosaicChip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMosaicChip.c
r12587 r12634 25 25 } 26 26 27 // mosaic the chip, forcing a deep copy (resulting images are not subimages) 27 28 psTrace("pmChipMosaic", 5, "mosaic chip %s to %s (xbin,ybin: %d,%d to %d,%d)\n", 28 29 in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin); 29 status = pmChipMosaic(outChip, inChip );30 status = pmChipMosaic(outChip, inChip, true); 30 31 return status; 31 32 }
Note:
See TracChangeset
for help on using the changeset viewer.
