- Timestamp:
- Jul 31, 2012, 11:47:07 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120627/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmFootprintCullPeaks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120627/psModules
- Property svn:mergeinfo changed
/trunk/psModules merged: 34150,34156,34198-34199,34234
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120627/psModules/src/objects/pmFootprintCullPeaks.c
r33578 r34246 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.
