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