- Timestamp:
- May 4, 2011, 4:37:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psphot/src/psphotExtendedSourceFits.c
r31362 r31437 379 379 assert (status); 380 380 381 // fprintf (stderr, "xfit: %f, %f : %f\n", source->peak->xf, source->peak->yf, source->peak->SN);382 383 381 // limit selection to some SN limit 384 assert (source->peak); // how can a source not have a peak?382 // assert (source->peak); // how can a source not have a peak? 385 383 if (sqrt(source->peak->detValue) < SNlim) { 386 384 Nfaint ++;
Note:
See TracChangeset
for help on using the changeset viewer.
