- Timestamp:
- Mar 1, 2011, 6:21:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotApResid.c
r30764 r30772 117 117 118 118 // set limits on the aperture magnitudes 119 pmSourceMagnitudesInit ( recipe);119 pmSourceMagnitudesInit (config, recipe); 120 120 121 121 // threaded measurement of the source magnitudes … … 466 466 psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, source->apRadius, "OR", markVal); 467 467 468 bool status = pmSourceMagnitudes (source, psf, photMode, maskVal, markVal );468 bool status = pmSourceMagnitudes (source, psf, photMode, maskVal, markVal, source->apRadius); 469 469 470 470 // clear the mask bit
Note:
See TracChangeset
for help on using the changeset viewer.
