From afc67092bffa163e58ef6a2d43a84881bc989d8b Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 31 Oct 2018 15:07:32 +0100 Subject: [PATCH] Script execution --- script/daq/daq1-orient.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/script/daq/daq1-orient.py b/script/daq/daq1-orient.py index cfde49c..2c26467 100644 --- a/script/daq/daq1-orient.py +++ b/script/daq/daq1-orient.py @@ -39,7 +39,7 @@ ub.listub() ub.newub('test') -ub.setub([[0.81374,0.02138,0.00228], [-0.02199,0.81543,0.00123], [0.00784,-0.00100,0.81347]]) +ub.setub([[ 0.81374, 0.02138, 0.00228], [-0.02199, 0.81543, 0.00123], [ 0.00784, -0.00100, 0.81347]]) """ @@ -60,4 +60,6 @@ ub.checkub() ###################################################################################################\ #Constraints ################################################################################################### -hkl.con('a_eq_b') \ No newline at end of file +hkl.con('a_eq_b') + +print hkl_to_angles(2, 0, 2) \ No newline at end of file