From 09616059eb2b1208295358c127204da929ca27c2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 21 Jan 2012 23:25:15 -0800 Subject: Reduce minimum threshold for candidacy --- libcrystfel/src/reax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src') diff --git a/libcrystfel/src/reax.c b/libcrystfel/src/reax.c index 4f12075e..a8136a0e 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 (5.0) +#define MIN_SIGMAS (3.0) /* Maximum number of times the angular tolerance that vectors are permitted to -- cgit v1.2.3