From 714f3873a4aec21a22bf73df5b1e840102dc5da4 Mon Sep 17 00:00:00 2001 From: breakthewall <joan.herisson@univ-evry.fr> Date: Tue, 26 Jan 2021 15:55:05 +0100 Subject: [PATCH] chore(RotTable): add comments --- RotTable.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RotTable.py b/RotTable.py index 7ca8d6f..560980b 100644 --- a/RotTable.py +++ b/RotTable.py @@ -4,6 +4,8 @@ import math class RotTable: """Represents the rotation table""" + # 3 first values: 3 angle values + # 3 last values: SD values __ORIGINAL_ROT_TABLE = {\ "AA": [35.62 , 7.2 , -154 , 0.06 , 0.6 , 0],\ "AC": [34.4 , 1.1 , 143 , 1.3 , 5 , 0],\ -- GitLab