Skip to content

Commit

Permalink
Direct read (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Feb 7, 2024
1 parent 104b6b4 commit 1e29860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ephys_link/platforms/new_scale_pathfinder_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _get_angles(self, manipulator_id: str) -> com.AngularOutputData:
[
adjusted_polar if adjusted_polar > 0 else 360 + adjusted_polar,
manipulator_data["Pitch"],
(360 - manipulator_data.get("ShankOrientation", 0)) % 360,
manipulator_data.get("ShankOrientation", 0),
],
"",
)
Expand Down

0 comments on commit 1e29860

Please sign in to comment.