- Timestamp:
- Sep 6, 2011, 10:54:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psphot/src/psphotFindFootprints.c
r32238 r32334 59 59 detections->peaks = pmFootprintArrayToPeaks(detections->footprints); 60 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 }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 69 // fprintf (stderr, "%d saddle points for %ld peaks\n", nSaddle, detections->peaks->n); 70 70
Note:
See TracChangeset
for help on using the changeset viewer.
