aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-11-14 15:15:45 +0100
committerThomas White <taw@physics.org>2017-11-14 15:15:45 +0100
commit28e15e49cf211d2e853003b90e82ff98352bcde9 (patch)
tree0edcd92b7a7288646b863e44ca46ef02dc26fbe8 /scripts
parentd2d7bec98af6e9c207a4362eefbdb6fdd23e9c54 (diff)
scripts/peakogram-stream: Change status message to avoid confusion
It uses predicted reflections, not found peaks
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/peakogram-stream2
1 files changed, 1 insertions, 1 deletions
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: