diff options
author | Thomas White <taw@physics.org> | 2017-11-23 15:37:46 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-11-23 16:25:28 +0100 |
commit | e8f59bff7eb9e5bd8003319ef542e6f4b3a3b111 (patch) | |
tree | c348b628215778df7fa54b126794be54c5e91325 /scripts/peakogram-stream | |
parent | 41a8fa9819010fe8ddeb66676fee717f5226c7b8 (diff) |
scripts/peakogram-stream: Show "predicted reflections" instead of "peaks"
Diffstat (limited to 'scripts/peakogram-stream')
-rwxr-xr-x | scripts/peakogram-stream | 2 |
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("") |