You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This creates an environment named vt in which to run voxTool.
Running
Activate the conda environment:
conda activate vt
Launch the program:
python launch_pyloc.py
Usage
Load a CT file, adjusting the threshold as necessary. To adjust the
threshold, change the number in the bar at the top of the window
marked CT Threshold, then press the Update button next to it.
If continuing a previous localization: load the existing coordinates
from a JSON coordinate file using the Load Coordinates button.
Press Define leads to set the names, shapes, types, and microcontacts
for each implanted lead. Shapes are rows x columns.
Select the lead you wish to localize in the dropdown menu labeled Label
in the upper left corner
Click on the CT to highlight the next contact on that lead, then press
Submit to mark its location
Alternatively, press the Seeding button to turn on seeding. VoxTool
will attempt to extrapolate the locations of the remaing contacts
as you select them, incrementing the contact number. Be sure to double-check that
the results make sense, as occasionally two contacts
will be given the same location
Alternatively, add the ends of a strip or depth
or the corners of the grid with the Submit button, then press
the Interpolate button. VoxTool will attempt to fill in the lead.
It may not be completely successful. Pressing Interpolate again
may interpolate additional contacts.
Press Add Micro-Contacts to add micro-contacts to any macro/micro leads.
Press the Save as button to save the list of localized contacts.
If the checkbox labelled Include Bipolar Pairs is checked, locations
will also be saved for the midpoint of each pair of neighboring contacts.
Keyboard Shortcuts:
Button
Key Sequence
Load Scan
Ctrl-O
Define Leads
Ctrl-D
Save As
Ctrl-S
Submit (contact panel)
S
Submit (lead definition window)
S
Delete (contact panel)
Delete
Delete (lead definition window)
Delete
Confirm (lead definition window)
Enter
Other Notes
The list of contact names is sorted by lead name, and within each
lead by contact number. The Interpolate button does not always assign
contact numbers in the expected order, so be sure to double-check
that the numbers it has assigned are the ones that you want after using
it.