Skip to content

Commit

Permalink
second step of refactorization creators vs plotters
Browse files Browse the repository at this point in the history
  • Loading branch information
Frix-x committed Nov 17, 2024
1 parent 177319d commit 316c811
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 639 deletions.
Binary file removed my_graph.png
Binary file not shown.
2 changes: 1 addition & 1 deletion shaketune/graph_creators/axes_map_graph_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def compute(self):
data = np.array(measurement['samples'])
if data is not None:
_axis = measurement['name'].split('_')[1].lower()
print(_axis)
raw_datas[_axis] = data

cumulative_start_position = np.array([0, 0, 0])
Expand Down Expand Up @@ -150,6 +149,7 @@ def compute(self):
'angle_errors': angle_errors,
'formatted_direction_vector': formatted_direction_vector,
'measurements': self.measurements,
'accel': self.accel,
'st_version': self.st_version,
}

Expand Down
Loading

0 comments on commit 316c811

Please sign in to comment.