From 36c3440e23106e6fdb1a947f9300b23228c3109a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 20 Jan 2012 12:21:23 -0800 Subject: Reduce ReAx threshold to 5 sigma --- libcrystfel/src/reax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/reax.c b/libcrystfel/src/reax.c index d603f34a..6db5d3dd 100644 --- a/libcrystfel/src/reax.c +++ b/libcrystfel/src/reax.c @@ -37,7 +37,7 @@ /* Minimum number of standard deviations above the mean a peak must be in the * 1D FT to qualify as a candidate vector */ -#define MIN_SIGMAS (7.0) +#define MIN_SIGMAS (5.0) /* Maximum number of times the angular tolerance that vectors are permitted to -- cgit v1.2.3