diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-21 23:25:15 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:44 +0100 |
commit | 09616059eb2b1208295358c127204da929ca27c2 (patch) | |
tree | ce000fb75bd498562c13f148fd7412329d6b8715 /libcrystfel | |
parent | 985418be1b50dd66114709fe63933e8b62654966 (diff) |
Reduce minimum threshold for candidacy
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 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 |