aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-08-11 12:09:33 +0200
committerThomas White <taw@physics.org>2014-08-11 12:09:33 +0200
commita82278dbdd8311c46676b0921c423934208ec81a (patch)
tree4e70476e4f2e6d1b9609dc37e286f8cc6569faf1 /src/process_image.c
parent55f6dd31901f05477d4c84437e4479d06059a56b (diff)
Take overlaps into account during integration
Diffstat (limited to 'src/process_image.c')
-rw-r--r--src/process_image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 434ea984..1431a16e 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -179,6 +179,8 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
crystal_set_mosaicity(image.crystals[i], 0.0); /* radians */
}
+ flag_overlaps(&image, iargs->ir_inn);
+
/* Integrate all the crystals at once - need all the crystals so that
* overlaps can be detected. */
integrate_all_4(&image, iargs->int_meth, PMODEL_SPHERE, iargs->push_res,