From 8a93f86a6c2e2e43e6a9864fd8d5f31cc26a5011 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Oct 2017 15:08:57 +0200 Subject: peakogram-stream: Fix list indices for beta and gamma angles Whoops! --- scripts/peakogram-stream | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/peakogram-stream b/scripts/peakogram-stream index 5e173386..a17670ce 100755 --- a/scripts/peakogram-stream +++ b/scripts/peakogram-stream @@ -47,8 +47,8 @@ def resolution(scell, shkl): c = float(scell[2])*10.0 # nm -> Angstroms al = m.radians(float(scell[3])) - be = m.radians(float(scell[3])) - ga = m.radians(float(scell[3])) # in degrees + be = m.radians(float(scell[4])) + ga = m.radians(float(scell[5])) # in degrees h = int(shkl[0]) k = int(shkl[1]) -- cgit v1.2.3