UCL / SkullBaseNavigation

Other
2 stars 1 forks source link

Save and show neurostim points #72

Open tdowrick opened 3 years ago

tdowrick commented 3 years ago

In GitLab by @RolandGuichard on Jul 18, 2019, 11:51

From the transform an actual point coordinates (?) save the location into a timestamped file and show the point under another sphere model (?) in the 3D viewer.

This is a sub-issue of #66

tdowrick commented 3 years ago

In GitLab by @RolandGuichard on Jul 18, 2019, 11:51

changed the description

tdowrick commented 3 years ago

In GitLab by @RolandGuichard on Jul 18, 2019, 12:04

changed the description

tdowrick commented 3 years ago

In GitLab by @AnastasisGeorgoulas on Jul 18, 2019, 12:25

There are (at least) two options for showing the points. The first is to create a spherical model:

tdowrick commented 3 years ago

In GitLab by @AnastasisGeorgoulas on Jul 18, 2019, 15:53

The second way is using the Markups module to add fiducials. In this case, we need the coordinates of the point rather than a transform:

To show points in different colours (for example, depending on whether there was a response), we can use multiple fiducial lists. Can also check the Fiducial Registration module, which uses a transform instead of coordinates.

tdowrick commented 3 years ago

In GitLab by @DavidPerez-Suarez on Aug 20, 2019, 17:13

I believe !20 implements this.

tdowrick commented 3 years ago

In GitLab by @AnastasisGeorgoulas on Aug 21, 2019, 07:20

@DavidPerez-Suarez There is actually more work on that in the ageorgou/form-to-get-neurostim-point branch. That contains the code for showing the points and saving the voltage, among other things.