diff options
Diffstat (limited to 'libcrystfel/src')
-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; |