aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorHelen Ginn <ginn@rescomp1.(none)>2017-01-17 14:53:50 +0000
committerHelen Ginn <ginn@rescomp1.(none)>2017-01-17 14:53:50 +0000
commit743f8019286e7f68bd7c88580673ef7ccd63e3a8 (patch)
tree2b5cee7f6cf63523097fe8446314dc6016de2de7 /libcrystfel
parente43cd9c4dc57c5aedcebf02a6e78d961928951d9 (diff)
Fiddles with parameters - more sensible now
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/taketwo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c
index a1b7f8c7..52540d15 100644
--- a/libcrystfel/src/taketwo.c
+++ b/libcrystfel/src/taketwo.c
@@ -74,13 +74,13 @@ int global_nrlps;
/* Maximum distance between two rlp sizes to consider info for indexing */
-#define MAX_RECIP_DISTANCE (0.1*1e10)
+#define MAX_RECIP_DISTANCE (0.12*1e10)
/* Tolerance for two lengths in reciprocal space to be considered the same */
#define RECIP_TOLERANCE (0.00015*1e10)
/* Threshold for network members to consider a potential solution */
-#define NETWORK_MEMBER_THRESHOLD (11)
+#define NETWORK_MEMBER_THRESHOLD (30)
/* Maximum network members (obviously a solution so should stop) */
#define MAX_NETWORK_MEMBERS (500)
@@ -92,7 +92,7 @@ int global_nrlps;
#define ANGLE_TOLERANCE (deg2rad(1.0))
/* Tolerance for rot_mats_are_similar */
-#define TRACE_TOLERANCE (deg2rad(4.0))
+#define TRACE_TOLERANCE (deg2rad(8.0))
/** TODO:
*