- Timestamp:
- Aug 31, 2011, 12:38:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psphot/src/psphotFindFootprints.c
r32205 r32238 67 67 if (peak->saddlePoints) nSaddle += peak->saddlePoints->n; 68 68 } 69 fprintf (stderr, "%d saddle points for %ld peaks\n", nSaddle, detections->peaks->n);69 // fprintf (stderr, "%d saddle points for %ld peaks\n", nSaddle, detections->peaks->n); 70 70 71 psLogMsg ("psphot", PS_LOG_ INFO, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot.footprints"));71 psLogMsg ("psphot", PS_LOG_WARN, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot.footprints")); 72 72 73 73 return detections;
Note:
See TracChangeset
for help on using the changeset viewer.
