From 6ebf72a7fb71e68329ed2591a1f5858699026af6 Mon Sep 17 00:00:00 2001 From: cppxfel Date: Thu, 29 Jun 2017 16:36:22 +0100 Subject: Relaxation of tolerances --- libcrystfel/src/taketwo.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src') diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index c9314395..1a76614c 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -108,10 +108,11 @@ struct TakeTwoCell #define MAX_NETWORK_MEMBERS (NETWORK_MEMBER_THRESHOLD + 3) /* Maximum dead ends for a single branch extension during indexing */ -#define MAX_DEAD_ENDS (1) +#define MAX_DEAD_ENDS (2) /* Tolerance for two angles to be considered the same */ -#define ANGLE_TOLERANCE (deg2rad(0.5)) +#define ANGLE_TOLERANCE (deg2rad(0.6)) + #define COSINE_TOLERANCE 0.010 /* Tolerance for rot_mats_are_similar */ -- cgit v1.2.3