From e772472f9b48dfbf27d0bc6cc0bd1849c6f23d73 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 12 Feb 2011 19:07:46 -0800 Subject: Display number of measurements per unique reflection --- src/partialator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/partialator.c b/src/partialator.c index 8e79ef1f..309343cb 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -376,6 +376,8 @@ int main(int argc, char *argv[]) fclose(fh); STATUS("Found %5.2f%% of the expected peaks (missed %i of %i).\n", 100.0 * (double)n_found / n_expected, n_notfound, n_expected); + STATUS("Mean measurements per unique reflection: %5.2f\n", + (double)n_found / num_items(obs)); cts = new_list_count(); -- cgit v1.2.3