From 563ca20a4c35fde586db7abd0dc72f6b074c3972 Mon Sep 17 00:00:00 2001 From: Helen Ginn Date: Sun, 29 Apr 2018 18:55:13 +0200 Subject: Change angle step size --- libcrystfel/src/taketwo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 7eb671ee..9b58ef58 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -226,7 +226,7 @@ struct TakeTwoCell #define TRACE_TOLERANCE (deg2rad(3.0)) /* Initial step size for refinement of solutions */ -#define ANGLE_STEP_SIZE (deg2rad(0.2)) +#define ANGLE_STEP_SIZE (deg2rad(0.5)) /* Final required step size for refinement of solutions */ #define ANGLE_CONVERGE_SIZE (deg2rad(0.01)) -- cgit v1.2.3