diff options
author | cppxfel <helenginn@Helen'sMacBookPro> | 2017-06-19 17:28:59 +0200 |
---|---|---|
committer | cppxfel <helenginn@Helen'sMacBookPro> | 2017-06-19 17:28:59 +0200 |
commit | 242e756dcb83321121af8cb434ebf57777e68470 (patch) | |
tree | b38d61bb4946ced8db13d66e9694e0f58fca2d89 /libcrystfel | |
parent | 15cf933a03cedf21257272b9c938179f97c59ce3 (diff) |
Changing cosine of angle to be most sensitive to 0.5 degrees
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 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)) |