diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-20 12:21:23 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:43 +0100 |
commit | 36c3440e23106e6fdb1a947f9300b23228c3109a (patch) | |
tree | 91fd428fa50adede22941bb60199463d429a66e5 /libcrystfel | |
parent | c4f05988a711b205e40e1d2fda2a975368194376 (diff) |
Reduce ReAx threshold to 5 sigma
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/reax.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |