- Timestamp:
- Apr 18, 2011, 8:55:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psphot/src/psphotMagnitudes.c
r31154 r31313 177 177 178 178 status = pmSourceMagnitudes (source, psf, photMode, maskVal, markVal, source->apRadius); 179 if (status && isfinite(source->apMag)) Nap ++; 179 if (status && isfinite(source->apMag)) { 180 Nap ++; 181 } else { 182 fprintf (stderr, "failed to measure mag for source @ %f,%f\n", source->peak->xf, source->peak->yf); 183 } 180 184 181 185 // clear the mask bit
Note:
See TracChangeset
for help on using the changeset viewer.
