From 28e15e49cf211d2e853003b90e82ff98352bcde9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 14 Nov 2017 15:15:45 +0100 Subject: scripts/peakogram-stream: Change status message to avoid confusion It uses predicted reflections, not found peaks --- scripts/peakogram-stream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/peakogram-stream b/scripts/peakogram-stream index 22ce4680..c74a1791 100755 --- a/scripts/peakogram-stream +++ b/scripts/peakogram-stream @@ -114,7 +114,7 @@ if f: print("Cell: "+str(cell)) if n%1000==0: - sys.stdout.write("\r%i peaks found" % n) + sys.stdout.write("\r%i predicted reflections found" % n) sys.stdout.flush() if n >= args.nmax: -- cgit v1.2.3