Changeset 21131
- Timestamp:
- Jan 17, 2009, 10:34:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psModules/src/imcombine/pmPSFEnvelope.c
r21072 r21131 223 223 // *** readout->weight = (psImage*)psBinaryOp(NULL, readout->image, "*", psScalarAlloc(WEIGHT_FACTOR, PS_TYPE_F32)); 224 224 readout->weight = (psImage*)psBinaryOp(NULL, readout->image, "+", psScalarAlloc(WEIGHT_VAL, PS_TYPE_F32)); 225 readout->mask = psImageAlloc(numCols, numRows, PS_TYPE_ MASK);225 readout->mask = psImageAlloc(numCols, numRows, PS_TYPE_IMAGE_MASK); 226 226 psImageInit(readout->mask, 0); 227 227
Note:
See TracChangeset
for help on using the changeset viewer.
