08 Oct, 2021
2 commits
07 Oct, 2021
4 commits
-
# Conflicts: # invesalius/constants.py # invesalius/data/coordinates.py # invesalius/gui/dialogs.py # invesalius/gui/task_navigator.py
-
Creation of a new thread for coordinates acquisition
06 Oct, 2021
8 commits
-
-change coilID to objID
-
FIX: Additional bug in registering tracker location using pedal
-
FIX: Registering tracker location using pedal in calibration
05 Oct, 2021
2 commits
-
Marker code refactoring
04 Oct, 2021
2 commits
-
- General marker code cleanup - Marker's label decoupled from the target status
03 Oct, 2021
1 commit
30 Sep, 2021
3 commits
-
FIX: change marker colors
-
-minor: set size to trackers combobox
29 Sep, 2021
1 commit
-
* Removed the legacy (.mks) marker loading code. * minor cleanup
27 Sep, 2021
6 commits
-
MOD: Export world coordinates into marker file
24 Sep, 2021
1 commit
23 Sep, 2021
3 commits
-
* CLP: Move ICP class to its own file (icp.py) * CLP: Remove unused imports from task_navigator.py
22 Sep, 2021
2 commits
-
* Updated gitignore to ignore VSCode project setting files * minor fix
21 Sep, 2021
3 commits
-
* Add OBJECT_FIDUCIALS dict to constants.py, replacing BTNS_OBJ and TIPS_OBJ, and facilitating cleaning up the code. * Pass PedalConnection object to ObjectCalibrationDialog so that the pedal can be used for object calibration. * Copy and slightly adapt the code that was used to set tracker fiducials using pedal (in OnTrackerFiducials in NeuronavigationPanel class) to do the same for object fiducials. Mark code duplication with TODO comment for later clean-up. * Rename a function (OnGetObjectFiducials -> OnObjectFiducialButton), and rename a few variables (e.g., btn_id -> fiducial_index).
-
Namely, do not attempt to add or remove pedal callbacks if the PedalConnection object is not available (e.g., due to missing Python MIDI libraries).
20 Sep, 2021
1 commit
-
* CLP: Move Navigation class to its own file (navigation.py) * Also move the classes that Navigation class exclusively uses (namely, QueueCustom and UpdateNavigationScene) to the same file. * Review comment: Change neuronavigation subdirectory to navigation
16 Sep, 2021
1 commit