diff options
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/taketwo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |