- Timestamp:
- Aug 13, 2010, 12:20:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psphot/src/psphotSourceSize.c
r28702 r28911 370 370 source->psfMag, apMag, dMag, source->errMag, nSigmaMAG, nSigmaMXX, nSigmaMYY); 371 371 372 // partially-masked sources are more likely to be mis-measured PSFs372 // XXX double check on ths stuff!! partially-masked sources are more likely to be mis-measured PSFs 373 373 float sizeBias = 1.0; 374 if (source->pixWeight < 0.9) { 374 if (source->pixWeightNotBad < 0.9) { 375 sizeBias = 3.0; 376 } 377 if (source->pixWeightNotPoor < 0.9) { 375 378 sizeBias = 3.0; 376 379 } … … 407 410 if (isCR) { 408 411 psTrace("psphotSourceClassRegion.CR",4,"CLASS: %g %g %f\t%g %g %g %g %g %g\t%g %g\t%g CR\t%g %g\n", 409 source->peak->xf,source->peak->yf,source->pixWeight ,Mxx,Myy,psfClump->X,psfClump->Y,psfClump->dX,psfClump->dY,apMag,dMag,nSigmaMAG,412 source->peak->xf,source->peak->yf,source->pixWeightNotBad,Mxx,Myy,psfClump->X,psfClump->Y,psfClump->dX,psfClump->dY,apMag,dMag,nSigmaMAG, 410 413 options->nSigmaApResid,sizeBias*options->nSigmaMoments); 411 414 source->mode |= PM_SOURCE_MODE_DEFECT;
Note:
See TracChangeset
for help on using the changeset viewer.
