Commit ccd6b66c7ebb41c7b6670ad74bc50c77d69eb476
1 parent
5c432f0f
Exists in
rmatsuda-fix_ref_MTC
Fix MTC sensors name
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
invesalius/data/trackers.py
@@ -71,6 +71,8 @@ def ClaronTracker(tracker_id): | @@ -71,6 +71,8 @@ def ClaronTracker(tracker_id): | ||
71 | trck_init.MarkerDir = const.MAR_DIR | 71 | trck_init.MarkerDir = const.MAR_DIR |
72 | trck_init.NumberFramesProcessed = 10 | 72 | trck_init.NumberFramesProcessed = 10 |
73 | trck_init.FramesExtrapolated = 0 | 73 | trck_init.FramesExtrapolated = 0 |
74 | + trck_init.PROBE_NAME = "1Probe" | ||
75 | + trck_init.REF_NAME = "5Ref" | ||
74 | trck_init.Initialize() | 76 | trck_init.Initialize() |
75 | 77 | ||
76 | if trck_init.GetIdentifyingCamera(): | 78 | if trck_init.GetIdentifyingCamera(): |