Changeset 12957 for branches/eam_02_branch/psphot/src/psphotChoosePSF.c
- Timestamp:
- Apr 22, 2007, 5:39:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psphot/src/psphotChoosePSF.c
r12952 r12957 240 240 // set the mask and subtract the PSF model 241 241 psImageKeepCircle (source->mask, x, y, RADIUS, "OR", PM_MASK_MARK); 242 pmModelSub (source->pixels, source->mask, source->modelPSF, PM_MODEL_ ADD_FULL);242 pmModelSub (source->pixels, source->mask, source->modelPSF, PM_MODEL_OP_FULL); 243 243 psImageKeepCircle (source->mask, x, y, RADIUS, "AND", PS_NOT_U8(PM_MASK_MARK)); 244 244 }
Note:
See TracChangeset
for help on using the changeset viewer.
