Changeset 17396 for trunk/psphot/src/psphotFindDetections.c
- Timestamp:
- Apr 8, 2008, 8:36:06 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindDetections.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindDetections.c
r16820 r17396 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.
