Commit 0790e884454c39df45f1aea01c86d9217dc788e4
Committed by
Thiago Franco de Moraes
1 parent
5c432f0f
Exists in
master
and in
9 other branches
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 | 71 | trck_init.MarkerDir = const.MAR_DIR |
| 72 | 72 | trck_init.NumberFramesProcessed = 10 |
| 73 | 73 | trck_init.FramesExtrapolated = 0 |
| 74 | + trck_init.PROBE_NAME = "1Probe" | |
| 75 | + trck_init.REF_NAME = "5Ref" | |
| 74 | 76 | trck_init.Initialize() |
| 75 | 77 | |
| 76 | 78 | if trck_init.GetIdentifyingCamera(): | ... | ... |