Skip to content
Snippets Groups Projects
Commit 714f3873 authored by breakthewall's avatar breakthewall
Browse files

chore(RotTable): add comments

parent fbc300b8
No related branches found
No related tags found
No related merge requests found
......@@ -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],\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment