diff options
author | Thomas White <taw@physics.org> | 2012-03-09 18:22:23 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-09 18:22:23 +0100 |
commit | 3cadc44c02143319697a7d257016dd326b1e03d8 (patch) | |
tree | ddb779bb1f186bcd34cebca2239e553a89db78d3 /libcrystfel/src/peaks.c | |
parent | 7236d936e381faf32950f1091aa57f240644ac16 (diff) |
"Final" tweaks to integration and tests
Diffstat (limited to 'libcrystfel/src/peaks.c')
-rw-r--r-- | libcrystfel/src/peaks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c index cfe27496..4d095b13 100644 --- a/libcrystfel/src/peaks.c +++ b/libcrystfel/src/peaks.c @@ -264,9 +264,6 @@ int integrate_peak(struct image *image, int cfs, int css, val = image->data[idx] - bg_mean; - /* At least half a photon? */ - if ( val < aduph / 2.0 ) continue; - pk_counts++; pk_total += val; |