Skip to content

Commit 0d5e8ed

Browse files
committed
Adding IBL Needles and making MRI-Toronto the default transformed space
1 parent d9a8b95 commit 0d5e8ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Assets/Scripts/TrajectoryPlanner/TrajectoryPlannerManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ private void Awake()
127127

128128
coordinateTransformOpts = new Dictionary<string, CoordinateTransform>();
129129
coordinateTransformOpts.Add("CCF", new CCFTransform());
130-
coordinateTransformOpts.Add("Needles", new NeedlesTransform());
131130
coordinateTransformOpts.Add("MRI", new MRILinearTransform());
131+
coordinateTransformOpts.Add("Needles", new NeedlesTransform());
132+
coordinateTransformOpts.Add("IBL-Needles", new IBLNeedlesTransform());
132133

133134
visibleProbePanels = 0;
134135

Assets/vbl-core

0 commit comments

Comments
 (0)