Changeset 32348 for trunk/psphot/src/psphotFindFootprints.c
- Timestamp:
- Sep 6, 2011, 1:32:31 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
trunk/psphot/src
- Property svn:ignore
-
old new 22 22 psphotMakePSF 23 23 psphotStack 24 psphotModelTest
-
- Property svn:ignore
-
trunk/psphot/src/psphotFindFootprints.c
r31154 r32348 58 58 psphotCullPeaks(readout, significance, recipe, detections->footprints); 59 59 detections->peaks = pmFootprintArrayToPeaks(detections->footprints); 60 psLogMsg ("psphot", PS_LOG_INFO, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot.footprints")); 60 61 // psphotFootprintSaddles (readout, detections->footprints); 62 // 63 // int nSaddle = 0; 64 // for (int i = 0; i < detections->peaks->n; i++) { 65 // pmPeak *peak = detections->peaks->data[i]; 66 // 67 // if (peak->saddlePoints) nSaddle += peak->saddlePoints->n; 68 // } 69 // fprintf (stderr, "%d saddle points for %ld peaks\n", nSaddle, detections->peaks->n); 70 71 psLogMsg ("psphot", PS_LOG_WARN, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot.footprints")); 61 72 62 73 return detections;
Note:
See TracChangeset
for help on using the changeset viewer.
