aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
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,