aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-09 18:22:23 +0100
committerThomas White <taw@physics.org>2012-03-09 18:22:23 +0100
commit3cadc44c02143319697a7d257016dd326b1e03d8 (patch)
treeddb779bb1f186bcd34cebca2239e553a89db78d3 /libcrystfel
parent7236d936e381faf32950f1091aa57f240644ac16 (diff)
"Final" tweaks to integration and tests
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/peaks.c3
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;