Changeset 24888
- Timestamp:
- Jul 21, 2009, 3:28:06 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmFootprintCullPeaks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmFootprintCullPeaks.c
r24875 r24888 103 103 // XXX optionally use the faster pmFootprintsFind if the subimage size is large (eg, M31) 104 104 105 // XXX this is not quite there yet: 106 // pmFootprint *peakFootprint = NULL; 107 // int area = subImg->numCols * subImg->numRows; 108 // if (area > 30000) { 109 110 pmFootprint *peakFootprint = pmFootprintsFindAtPoint(subImg, threshold, brightPeaks, peak->y, peak->x); 111 105 112 // at this point brightPeaks only has the peaks brighter than the current 106 pmFootprint *peakFootprint = pmFootprintsFindAtPoint(subImg, threshold, brightPeaks, peak->y, peak->x);107 113 108 114 // XXX need to supply the image here
Note:
See TracChangeset
for help on using the changeset viewer.
