diff --git a/script/test/TestFourcvTiny.py b/script/test/TestFourcvTiny.py index 9c2579b..0a4b376 100644 --- a/script/test/TestFourcvTiny.py +++ b/script/test/TestFourcvTiny.py @@ -47,10 +47,15 @@ ub.c2th([1, 0, 0]) # energy from hardware settings.hardware.position = 0, 60, 0, 30, 0, 0 ub.addref([1, 0, 0])# energy and position from hardware + + # Add 2nd reflection (this time without the harware adapter) ub.c2th([0, 1, 0], 12.39842) ub.addref([0, 1, 0], [60, 30, 0, 90], 12.39842) + +#ub.setub([[1.07663,0.00000,0.00000], [-0.00000,1.22862,0.00000], [-0.00000,-0.00000,0.56820]]) + # check the state ub.ub() ub.checkub()