Changeset 12957 for branches/eam_02_branch/psphot/src/psphotAddNoise.c
- Timestamp:
- Apr 22, 2007, 5:39:10 PM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_02_branch/psphot/src/psphotAddNoise.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psphot/src/psphotAddNoise.c
r12952 r12957 63 63 PAR[PM_PAR_SXY] = newshape.sxy; 64 64 65 if (add) { 66 pmModelAdd (source->weight, source->mask, model, PM_MODEL_ADD_FULL); 67 } else { 68 pmModelSub (source->weight, source->mask, model, PM_MODEL_ADD_FULL); 69 } 65 // XXX if we use pmSourceOp, the size (and possibly Io) will not be respected 66 pmSourceOp (source, PM_MODEL_OP_FULL, add); 70 67 71 68 // restore original values
Note:
See TracChangeset
for help on using the changeset viewer.
