From e4a0136db78d7d4204fb8c2d712de65c7a176973 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 6 Mar 2015 15:51:02 +0100 Subject: Improve rejection --- src/partialator.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 0f0c2631..ce3e965d 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -584,6 +584,7 @@ int main(int argc, char *argv[]) if ( noscale ) STATUS("Scale factors fixed at 1.\n"); full = scale_intensities(crystals, n_crystals, nthreads, noscale, pmodel, min_measurements); + check_rejection(crystals, n_crystals); srdata.crystals = crystals; srdata.n = n_crystals; @@ -609,11 +610,13 @@ int main(int argc, char *argv[]) &srdata); show_duds(crystals, n_crystals); + check_rejection(crystals, n_crystals); /* Re-estimate all the full intensities */ reflist_free(full); full = scale_intensities(crystals, n_crystals, nthreads, noscale, pmodel, min_measurements); + check_rejection(crystals, n_crystals); srdata.full = full; -- cgit v1.2.3