Donders-Institute / PRESTUS

PREprocessing & Simulations for Transcranial Ultrasound Stimulation package
GNU General Public License v3.0
12 stars 10 forks source link

Create script to determine phase angles and stimulation strength #11

Closed KTZ228 closed 3 months ago

KTZ228 commented 1 year ago

Since it is impossible to simulate the acoustic properties of all materials that make up an actual transducer we approach its intensity profile (provided in the calibration report) with virtual transducer elements. This is why parameters such as the phase angles [source_phase_deg] and stimulation strength [source_amp] provided by the manufacturer can not be directly fed into our simulations. Currently, this is done by running through the steps found in the tutorial.

A better solution would be to have a script that can use the intensity curves at multiple focus_distance settings and with a target of peak stimulation strength [Isppa in free water] and gives you the parameters necessary for use in the config file.

This script has to be easy to use and provide easy-to-interpret results for the user since not having correctly recreated your transducer means all results are worthless (possibly without the experimenter knowing).

KTZ228 commented 1 year ago

In terms of input, I was thinking about using:

In terms of output:

mekman commented 3 months ago

closing this in favor of #32