- Timestamp:
- Feb 28, 2011, 2:46:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotApResid.c
r30624 r30764 1 1 # include "psphotInternal.h" 2 // # define DEBUG 2 3 3 4 # define SKIPSTAR(MSG) { psTrace ("psphot", 3, "invalid : %s", MSG); continue; } … … 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.
