Changeset 17341
- Timestamp:
- Apr 6, 2008, 10:15:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080324/psphot/src/psphotFindDetections.c
r16820 r17341 8 8 bool status; 9 9 int pass; 10 11 psTimerStart ("psphot"); 10 12 11 13 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) … … 67 69 psphotCullPeaks(readout->image, readout->weight, recipe, detections->footprints); 68 70 detections->peaks = pmFootprintArrayToPeaks(detections->footprints); 69 psLogMsg ("psphot", PS_LOG_INFO, " peaks: %ld, total footprints: %ld\n", detections->peaks->n, detections->footprints->n);71 psLogMsg ("psphot", PS_LOG_INFO, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot")); 70 72 71 73 return detections;
Note:
See TracChangeset
for help on using the changeset viewer.
