UCL / SkullBaseNavigation

Other
2 stars 1 forks source link

Add recording functionality for Ultrasound + Tracking #22

Open tdowrick opened 3 years ago

tdowrick commented 3 years ago

In GitLab by @MattClarkson on Dec 5, 2018, 12:58

Details TBC. Save incoming data somehow.

tdowrick commented 3 years ago

In GitLab by @RemiDelaunay on Dec 5, 2018, 13:22

There is already a recording functionality implemented in Slicer-IGT (Plus Remote Module : Slicer tuto.

The standard output format is in MHA ( Other format here ). I am not familiar with this format but I think the best format is the niftii one with the transform stored in the header.

tdowrick commented 3 years ago

In GitLab by @JonathanShapey on Dec 14, 2018, 13:43

assigned to @DavidPerez-Suarez

tdowrick commented 3 years ago

In GitLab by @JonathanShapey on Dec 14, 2018, 13:43

One option available on 3D slicer is to use the Sequences Extension

https://www.slicer.org/wiki/Documentation/Nightly/Extensions/Sequences

Alternatively, we could build our own solution.

tdowrick commented 3 years ago

In GitLab by @AnastasisGeorgoulas on Mar 11, 2019, 16:46

The PlusRemote module mentioned above is now part of the OpenIGTLink extension in newer versions of Slicer. It includes helpful methods to start and stop a recording (as well as other things, like controlling volume reconstruction #42), but I'm not sure it can be easily invoked without its GUI. Another solution is to use the OpenIGTLinkRemote module, which offers easier access but at a lower level, so we'd need to specify more details about the commands.

tdowrick commented 3 years ago

In GitLab by @DavidPerez-Suarez on Apr 8, 2019, 08:10

The scout scan is saved by slicer anyway. We save the reconstruction volume of the live scan

tdowrick commented 3 years ago

In GitLab by @JonathanShapey on Apr 8, 2019, 09:04

unassigned @DavidPerez-Suarez