From 242e756dcb83321121af8cb434ebf57777e68470 Mon Sep 17 00:00:00 2001 From: cppxfel Date: Mon, 19 Jun 2017 17:28:59 +0200 Subject: Changing cosine of angle to be most sensitive to 0.5 degrees --- libcrystfel/src/taketwo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 4a6e484c..cc3d83f0 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -112,7 +112,7 @@ struct TakeTwoCell /* Tolerance for two angles to be considered the same */ #define ANGLE_TOLERANCE (deg2rad(0.5)) -#define COSINE_TOLERANCE 0.017 +#define COSINE_TOLERANCE 0.010 /* Tolerance for rot_mats_are_similar */ #define TRACE_TOLERANCE (deg2rad(4.0)) -- cgit v1.2.3