-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add stylus/probe visualization #808
Commits on Jul 18, 2024
-
Aligned stylus.stl with VTK axes
Stylus visualization is working with Aalto Polaris TODO: add a stylus calibration tab to GUI
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for a15d66f - Browse repository at this point
Copy the full SHA a15d66fView commit details -
added r_change to navigation code, now add GUI to record r_change
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for f3d9fa4 - Browse repository at this point
Copy the full SHA f3d9fa4View commit details -
StylusPage records coord_raw for Navigation
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for d80ff28 - Browse repository at this point
Copy the full SHA d80ff28View commit details -
Tolonen Luka committed
Jul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 9dc508a - Browse repository at this point
Copy the full SHA 9dc508aView commit details -
using _ to discard the returned variable resulted in a wxPython error…
…! Use __ instead
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for c16ec2c - Browse repository at this point
Copy the full SHA c16ec2cView commit details -
add illustration of how to align the stylus with head
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 16c5fcf - Browse repository at this point
Copy the full SHA 16c5fcfView commit details -
Reduce vertical gaps between GUI components. This has been tested on …
…both Windows and Ubuntu 22
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for d13b58f - Browse repository at this point
Copy the full SHA d13b58fView commit details -
save stylus orientation (r_change) to config.json
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for d46f785 - Browse repository at this point
Copy the full SHA d46f785View commit details -
Handle the case where manual stylus calibration is skipped. Print out…
… a warning in this case, but allow navigation to work as normal
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for c3e2312 - Browse repository at this point
Copy the full SHA c3e2312View commit details -
Rename r_change to r_stylus (this is the rotation matrix to orient th…
…e stylus in vtk)
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 23d95f1 - Browse repository at this point
Copy the full SHA 23d95f1View commit details -
Tolonen Luka committed
Jul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for ce4ed57 - Browse repository at this point
Copy the full SHA ce4ed57View commit details -
Tolonen Luka committed
Jul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for c589203 - Browse repository at this point
Copy the full SHA c589203View commit details -
Completely replace corregistrate_dynamic by corregistrate_probe. Thes…
…e functions were identical, except for r_img in corregistrate_probe... This rotation does not change ICP behavior since ICP only affects the translation
Tolonen Luka committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 4c34cf5 - Browse repository at this point
Copy the full SHA 4c34cf5View commit details -
Tolonen Luka committed
Jul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for a6a3f18 - Browse repository at this point
Copy the full SHA a6a3f18View commit details
Commits on Jul 22, 2024
-
Refactor 'Track coil' button behavior: this determines (on the fly) w…
…hether to follow the coil or probe with marker. Join the two Corregistrate threads into one. Edit CoilVisualizer and GUI to work with this change. Please excuse some stray comments and var-definitions (eg. n_coils)... I will clean these up in future multicoil PR.
Tolonen Luka committedJul 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 76defe0 - Browse repository at this point
Copy the full SHA 76defe0View commit details -
Simplify how r_stylus is saved to file: move r_stylus to 'navigation'…
… object and remove bogus 'navigation-stylus' object
Tolonen Luka committedJul 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 7b212f7 - Browse repository at this point
Copy the full SHA 7b212f7View commit details
Commits on Jul 23, 2024
-
Remove behavior where probe is automatically shown/hidden when naviga…
…tion is started/stopped. Automatically show coil/probe when Track coil is pressed/unpressed
Tolonen Luka committedJul 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 62ed00e - Browse repository at this point
Copy the full SHA 62ed00eView commit details
Commits on Jul 25, 2024
-
Now works with tracker coordinate system where stylus points in x-axi…
…s as opposed to y-axis. Also, removed unnecessary disabling of 'Track coil' button before navigation.
Tolonen Luka committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for c036972 - Browse repository at this point
Copy the full SHA c036972View commit details