IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2010, 6:31:24 AM (16 years ago)
Author:
eugene
Message:

correctly unmark unused PSF candidates using source id; grid search for sersic terms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psphot/src/psphotSourceSize.c

    r28643 r28677  
    364364        float nSigmaMYY = (Myy - psfClump->Y) / hypot(psfClump->dY, psfClump->Y*psfClump->Y*source->errMag);
    365365
    366         fprintf (stderr, "Mxx: %f, Myy: %f, dx: %f, dy: %f, psfMag: %f, apMag: %f, dMag: %f, errMag: %f, nSigmaMag: %f\n",
    367                  Mxx, Myy, source->peak->xf - source->moments->Mx, source->peak->yf - source->moments->My,
     366        fprintf (stderr, "%f %f : Mxx: %f, Myy: %f, dx: %f, dy: %f, psfMag: %f, apMag: %f, dMag: %f, errMag: %f, nSigmaMag: %f\n",
     367                 source->peak->xf, source->peak->yf, Mxx, Myy, source->peak->xf - source->moments->Mx, source->peak->yf - source->moments->My,
    368368                 source->psfMag, apMag, dMag, source->errMag, nSigmaMAG);
    369369
Note: See TracChangeset for help on using the changeset viewer.