(Project id: 0003429 )
Radboud FUS measurement kit is a comprehensive kit allowing precise hydrophone measurements of your TUS transducers for verification, characterization and monitoring overall system performance.
This project is facilitated by the Radboud Focused Ultrasound Initiative. For more information, please visit the website.
👤 Stein Fekkes, FUS Initiative, Radboud University
👤 Margely Cornelissen, FUS Initiative, Radboud University
👤 Erik Dumont, Image Guided Therapy (IGT)
If you use this kit in your research or project, please cite it as follows:
Margely Cornelissen, Stein Fekkes (Radboud University, Nijmegen, The Netherlands) & Erik Dumont (Image Guided Therapy, Pessac, France) (2024), Radboud FUS measurement kit (version 0.8), https://github.com/Donders-Institute/Radboud-FUS-measurement-kit
The hardware files are stored as native solidworks files and as step format. The main assembly file: W0003510-00-01-SonoRover One.SLDASM will contain all references to part files and subassemblies.
Clone this repository to your desired folder:
Git terminal
cd my-folder
git clone git@github.com:Donders-Institute/Radboud-FUS-measurement-kit.git
GitHub Desktop
The software is provided as-is. As it is currently version 0.8, it is mainly intended for inspiration and preliminary use. We are actively working on cleaning, restructuring, and rewriting the code for a 1.0 release in the future.
The primary script is characterizationPipeline.py. Running this script launches a GUI to set the following parameters:
Path and filename of protocol excel file: Select the required protocol Excel file. Refer to the example template here. This file contains sequences with various foci, power outputs, timing parameters, and/or coordinate grids. It is specific to a driving system-transducer combination.
Note: If you change the headers in the Excel file, you must also update the corresponding headers in the code.
Note: if 'Parameters on the right' is not chosen as input parameter, below parameters are skipped.
US Driving System
Transducer
Operating frequency [kHz]
COM port of US driving system: Required for Sonic Concepts driving system.
COM port of positioning system
Hydrophone acquisition time [us]
Picoscope sampling frequency multiplication factor: Minimum multiplication factor is 2.
Absolute G code x-coordinate of relative zero: The x-coordinate of the chosen zero point.
Absolute G code y-coordinate of relative zero: The y-coordinate of the chosen zero point.
Absolute G code z-coordinate of relative zero: The z-coordinate of the chosen zero point.
Perform all protocols in sequence without waiting for user input?: If yes, the characterization will proceed through all sequences in the protocol Excel file without stopping for input between sequences.
After all parameters are set, click 'ok' to start the characterization. Log files and an output folder will be created in the same directory as the protocol Excel file.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you have any questions, please feel free to reach out to us via email at fus@ru.nl. We'd love to hear from you.
This project is MIT licensed.