- 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/psphotSourceSize.c
r30624 r30772 207 207 num++; 208 208 209 pmSourceMagnitudes (source, psf, photMode, maskVal, markVal );209 pmSourceMagnitudes (source, psf, photMode, maskVal, markVal, source->apRadius); 210 210 211 211 float kMag = -2.5*log10(source->moments->KronFlux); … … 327 327 328 328 // XXX can we test if psfMag is set and calculate only if needed? 329 pmSourceMagnitudes (source, psf, photMode, maskVal, markVal );329 pmSourceMagnitudes (source, psf, photMode, maskVal, markVal, source->apRadius); 330 330 331 331 // convert to Mmaj, Mmin: … … 501 501 // psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(options->markVal)); 502 502 // psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, source->apRadius, "OR", options->markVal); 503 pmSourceMagnitudes (source, psf, photMode, maskVal, markVal );503 pmSourceMagnitudes (source, psf, photMode, maskVal, markVal, source->apRadius); 504 504 505 505 // clear the mask bit
Note:
See TracChangeset
for help on using the changeset viewer.
