- Timestamp:
- Sep 23, 2009, 11:16:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/pmPSFtryFitEXT.c
r25476 r25496 70 70 // set object mask to define valid pixels 71 71 // XXX 0.5 PIX: is the circle symmetric about the peak coordinate (given 0.5,0.5 center)? 72 psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, options-> radius, "OR", markVal);72 psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, options->fitRadius, "OR", markVal); 73 73 74 74 // fit model as EXT, not PSF … … 76 76 77 77 // clear object mask to define valid pixels 78 psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, options-> radius, "AND", PS_NOT_IMAGE_MASK(markVal));78 psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, options->fitRadius, "AND", PS_NOT_IMAGE_MASK(markVal)); 79 79 80 80 // exclude the poor fits
Note:
See TracChangeset
for help on using the changeset viewer.
