Changeset 31988
- Timestamp:
- Aug 3, 2011, 8:57:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psphot/src/psphotFitSourcesLinear.c
r31452 r31988 190 190 pmModel *model = pmSourceGetModel (&isPSF, source); 191 191 192 // clear the 'mark' pixels and remask on the fit aperture 192 193 psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(markVal)); 193 194 psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, model->fitRadius, "OR", markVal); … … 348 349 model->params->data.F32[PM_PAR_I0] = norm->data.F32[i]; 349 350 model->dparams->data.F32[PM_PAR_I0] = errors->data.F32[i]; 351 352 // clear the 'mark' pixels so the subtraction covers the full window 353 psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(markVal)); 350 354 351 355 // subtract object
Note:
See TracChangeset
for help on using the changeset viewer.
