diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/peakogram-stream | 4 |
1 files changed, 2 insertions, 2 deletions
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]) |