Changeset 32706
- Timestamp:
- Nov 18, 2011, 11:20:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111110/psModules/src/objects/pmFootprintCullPeaks.c
r32347 r32706 118 118 threshbounds->data.F32[i] = 0.25*beta2*PS_SQR(i) + min_threshold; 119 119 } 120 psAssert(threshbounds->data.F32[threshbounds->n-1] > maxFlux, "upper limit does not include max flux"); 120 if (threshbounds->data.F32[threshbounds->n-1] > maxFlux) { 121 psWarning ("upper limit: %f does not include max flux: %f", 122 threshbounds->data.F32[threshbounds->n-1], maxFlux); 123 } 121 124 122 125 psHistogram *threshist = psHistogramAllocGeneric(threshbounds);
Note:
See TracChangeset
for help on using the changeset viewer.
