Commit 0790e884454c39df45f1aea01c86d9217dc788e4

Authored by Renan
Committed by Thiago Franco de Moraes
1 parent 5c432f0f

Fix MTC sensors name (#77)

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():