diff options
author | Helen Ginn <helen@strubi.ox.ac.uk> | 2018-04-29 18:55:13 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-02 09:46:15 +0200 |
commit | 563ca20a4c35fde586db7abd0dc72f6b074c3972 (patch) | |
tree | 1cb44caace84bb1fdef2cbc47d9a73e895a28ffd /libcrystfel | |
parent | c32958e6bc6bb64d1a58bbd60ca6ce2ba801b548 (diff) |
Change angle step size
Diffstat (limited to 'libcrystfel')
-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)) |