Skip to content
Snippets Groups Projects
Commit 1e2d554b authored by Kappes Marques Rodrigo's avatar Kappes Marques Rodrigo
Browse files

Cleaned more of RotTable

parent c9581fda
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ import numpy ...@@ -5,6 +5,7 @@ import numpy
class RotTable: class RotTable:
"""Represents the rotation table""" """Represents the rotation table"""
#The standart Rotation table given by the base problem
__ORIGINAL_ROT_TABLE = {\ __ORIGINAL_ROT_TABLE = {\
"AA": [35.62, 7.2, -154, 0.06, 0.6, 0],\ "AA": [35.62, 7.2, -154, 0.06, 0.6, 0],\
"AC": [34.4, 1.1, 143, 1.3, 5, 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