From 79ff2b85e3ef35fefe088bffbf50bfd195e7363d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 21 Mar 2013 16:24:39 +0100 Subject: Show number of scalable observations --- src/partialator.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/partialator.c b/src/partialator.c index bdacd62b..58025b96 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -554,6 +554,7 @@ int main(int argc, char *argv[]) display_progress(n_images, n_crystals); } while ( 1 ); + fprintf(stderr, "\n"); close_stream(st); @@ -576,9 +577,10 @@ int main(int argc, char *argv[]) } } + STATUS("%i scalable observations.\n", nobs); /* Make initial estimates */ - STATUS("\nPerforming initial scaling.\n"); + STATUS("Performing initial scaling.\n"); if ( noscale ) STATUS("Scale factors fixed at 1.\n"); full = scale_intensities(crystals, n_crystals, reference, nthreads, noscale, pmodel); -- cgit v1.2.3