Changeset 13349
- Timestamp:
- May 11, 2007, 4:52:27 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/pmFootprint.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/pmFootprint.c
r13301 r13349 1033 1033 const float stdev = sqrt(subWt->data.F32[y][x]); 1034 1034 float threshold = subImg->data.F32[y][x] - nsigma_delta*stdev; 1035 if ( threshold < min_threshold) {1035 if (isnan(threshold) || threshold < min_threshold) { 1036 1036 #if 1 // min_threshold is assumed to be below the detection threshold, 1037 1037 // so all the peaks are pmFootprint, and this isn't the brightest
Note:
See TracChangeset
for help on using the changeset viewer.
