From e38dad8bb7ee5230daf1f004d571a22f117e880e Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 26 Sep 2018 11:17:57 +0200 Subject: [PATCH] Script execution --- script/test/TestScan.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/test/TestScan.py b/script/test/TestScan.py index 45d8790..8e04222 100644 --- a/script/test/TestScan.py +++ b/script/test/TestScan.py @@ -1,10 +1,10 @@ -#delta.move(20.0) -#gamma.move(10.0) +#gamma.move(20.0) +#alpha.move(10.0) -#for lv in frange(0.1, 15.0,0.1): -# print lv, hkl_to_angles(0.0, 0.0, lv) [0] +for lv in frange(0.1, 15.0,1.0): + print lv, hkl_to_angles(h.read(), k.read(), lv) [0] -lscan(l, current, 1.0, 15.0, 1.0) \ No newline at end of file +#lscan(l, current, 1.0, 15.0, 1.0) \ No newline at end of file