aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-03-17 16:33:36 +0100
committerThomas White <taw@physics.org>2015-04-20 15:50:39 +0200
commit63a971d9caed029234e91e4a561a1608a608d63f (patch)
tree6ab553610f4e3b7f400c6e941a73841bd176bd03 /src/process_image.c
parentf34e7e9ee45fedbd7d5a65c0732e91d69f92929e (diff)
Tweak weightings and cutoffs
Diffstat (limited to 'src/process_image.c')
-rw-r--r--src/process_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 7473aab8..6ad5c00e 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -69,7 +69,7 @@ static double *excitation_errors(UnitCell *cell, ImageFeatureList *flist,
RefList *reflist, int *pnacc)
{
int i;
- const double min_dist = 0.25;
+ const double min_dist = 0.05;
double *acc;
int n_acc = 0;
int n_notintegrated = 0;