Changeset 31154 for trunk/psphot/src/psphotApResid.c
- Timestamp:
- Apr 4, 2011, 1:12:39 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/psphotApResid.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:ignore
-
old new 19 19 psphot-config 20 20 Doxyfile 21 a.out.dSYM
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/psphot/src/psphotApResid.c
r30624 r31154 1 1 # include "psphotInternal.h" 2 // # define DEBUG 2 3 3 4 # define SKIPSTAR(MSG) { psTrace ("psphot", 3, "invalid : %s", MSG); continue; } … … 116 117 117 118 // set limits on the aperture magnitudes 118 pmSourceMagnitudesInit ( recipe);119 pmSourceMagnitudesInit (config, recipe); 119 120 120 121 // threaded measurement of the source magnitudes … … 465 466 psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, source->apRadius, "OR", markVal); 466 467 467 bool status = pmSourceMagnitudes (source, psf, photMode, maskVal, markVal );468 bool status = pmSourceMagnitudes (source, psf, photMode, maskVal, markVal, source->apRadius); 468 469 469 470 // clear the mask bit … … 481 482 if (!isfinite(source->apMag) || !isfinite(source->psfMag)) { 482 483 Nfail ++; 483 psTrace ("psphot", 3, "fail : nan mags : %f %f", source->apMag, source->psfMag);484 psTrace ("psphot", 3, "fail : %f, %f : nan mags : %f %f", source->peak->xf, source->peak->yf, source->apMag, source->psfMag); 484 485 continue; 485 486 }
Note:
See TracChangeset
for help on using the changeset viewer.
