aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorcppxfel <helenginn@Helen'sMacBookPro>2017-06-19 17:28:59 +0200
committercppxfel <helenginn@Helen'sMacBookPro>2017-06-19 17:28:59 +0200
commit242e756dcb83321121af8cb434ebf57777e68470 (patch)
treeb38d61bb4946ced8db13d66e9694e0f58fca2d89 /libcrystfel
parent15cf933a03cedf21257272b9c938179f97c59ce3 (diff)
Changing cosine of angle to be most sensitive to 0.5 degrees
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/taketwo.c2
1 files changed, 1 insertions, 1 deletions
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))