Commit acc7507526033dca080825a65f405bfc24eaec54

Authored by Renan
1 parent 004777bc
Exists in master

get markers ID from wrapper

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
invesalius/data/coordinates.py
... ... @@ -154,7 +154,8 @@ def OptitrackCoord(trck_init, trck_id, ref_mode):
154 154 coord3 = np.hstack((coord3, angles_coil))
155 155  
156 156 coord = np.vstack([coord1, coord2, coord3])
157   - return coord, None
  157 +
  158 + return coord, [trck.probeID, trck.HeadID, trck.coilID]
158 159  
159 160  
160 161 def PolarisCoord(trck_init, trck_id, ref_mode):
... ...