Changeset 34198 for trunk/psModules/src/objects/pmFootprintCullPeaks.c
- Timestamp:
- Jul 24, 2012, 3:33:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmFootprintCullPeaks.c
r33578 r34198 118 118 threshbounds->data.F32[i] = 0.25*beta2*PS_SQR(i) + min_threshold; 119 119 } 120 #if (0) 120 121 if (threshbounds->data.F32[threshbounds->n-1] > maxFlux) { 121 122 psWarning ("upper limit: %f does not include max flux: %f", 122 123 threshbounds->data.F32[threshbounds->n-1], maxFlux); 123 124 } 125 #endif 124 126 psHistogram *threshist = psHistogramAllocGeneric(threshbounds); 125 127 … … 195 197 psImageInit(idImg, 0); 196 198 pmSetFootprintArrayIDsForImage(idImg, myFP, true); 197 199 198 200 // check which footprints contain already-accepted (brighter) peaks 199 201 // (we can give up if/when we found a peak for all footprints)
Note:
See TracChangeset
for help on using the changeset viewer.
