Changeset 13900 for trunk/psphot/src/psphotMosaicChip.c
- Timestamp:
- Jun 19, 2007, 4:40:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMosaicChip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMosaicChip.c
r12792 r13900 28 28 psTrace("pmChipMosaic", 5, "mosaic chip %s to %s (xbin,ybin: %d,%d to %d,%d)\n", 29 29 in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin); 30 status = pmChipMosaic(outChip, inChip, true );30 status = pmChipMosaic(outChip, inChip, true, pmConfigMask("BLANK", config)); 31 31 return status; 32 32 }
Note:
See TracChangeset
for help on using the changeset viewer.
