diff --git a/src/ephys_link/platforms/new_scale_pathfinder_handler.py b/src/ephys_link/platforms/new_scale_pathfinder_handler.py index b80b4a0..4ddcde0 100644 --- a/src/ephys_link/platforms/new_scale_pathfinder_handler.py +++ b/src/ephys_link/platforms/new_scale_pathfinder_handler.py @@ -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), ], "", )