- Timestamp:
- Jul 15, 2010, 6:31:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psphot/src/psphotSourceSize.c
r28643 r28677 364 364 float nSigmaMYY = (Myy - psfClump->Y) / hypot(psfClump->dY, psfClump->Y*psfClump->Y*source->errMag); 365 365 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, 368 368 source->psfMag, apMag, dMag, source->errMag, nSigmaMAG); 369 369
Note:
See TracChangeset
for help on using the changeset viewer.
