diff --git a/script/temp.py b/script/temp.py new file mode 100644 index 00000000..f7751673 --- /dev/null +++ b/script/temp.py @@ -0,0 +1,3 @@ +a = {'x':-4.1 ,'y':-0.5, 'z':115.1, 'theta':-8.8, 'tilt':0.7, 'phi':-90.0} + +print(a.keys()) \ No newline at end of file