- Timestamp:
- Sep 23, 2009, 11:17:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotFitSourcesLinear.c
r25452 r25497 264 264 float x = model->params->data.F32[PM_PAR_XPOS]; 265 265 float y = model->params->data.F32[PM_PAR_YPOS]; 266 psImageMaskCircle (source->maskView, x, y, model-> radiusFit, "AND", PS_NOT_IMAGE_MASK(markVal));266 psImageMaskCircle (source->maskView, x, y, model->fitRadius, "AND", PS_NOT_IMAGE_MASK(markVal)); 267 267 } 268 268
Note:
See TracChangeset
for help on using the changeset viewer.
