From a82278dbdd8311c46676b0921c423934208ec81a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 11 Aug 2014 12:09:33 +0200 Subject: Take overlaps into account during integration --- src/process_image.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/process_image.c') 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, -- cgit v1.2.3