aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-11-23 15:37:46 +0100
committerThomas White <taw@physics.org>2017-11-23 16:25:28 +0100
commite8f59bff7eb9e5bd8003319ef542e6f4b3a3b111 (patch)
treec348b628215778df7fa54b126794be54c5e91325 /scripts
parent41a8fa9819010fe8ddeb66676fee717f5226c7b8 (diff)
scripts/peakogram-stream: Show "predicted reflections" instead of "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 c74a1791..874f6a9e 100755
--- a/scripts/peakogram-stream
+++ b/scripts/peakogram-stream
@@ -124,7 +124,7 @@ if f:
data = np.asarray(data,dtype=float)
-sys.stdout.write("\r%i peaks found" % n)
+sys.stdout.write("\r%i predicted reflections found" % n)
sys.stdout.flush()
print("")