From f68828f4a46a9271000b3e8f38c274c02531a62b Mon Sep 17 00:00:00 2001 From: Diogo de Lucena <90583560+d-lucena@users.noreply.github.com> Date: Thu, 18 May 2023 13:52:16 -0300 Subject: [PATCH] small format changes --- docs/examples/plot_phased_array_source.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/plot_phased_array_source.py b/docs/examples/plot_phased_array_source.py index 4672bfd8..02c80f45 100644 --- a/docs/examples/plot_phased_array_source.py +++ b/docs/examples/plot_phased_array_source.py @@ -7,13 +7,13 @@ They are becoming increasingly popular in the field of transcranial ultrasound stimulation as they offer several advantages over traditional ultrasound transducers -- among others are precise targeting and better control over steering and shaping: -Precise targeting: as individual transducer elements can be individually controlled, it allows for the generation of a focused ultrasound beam with high spatial accuracy. This enables the stimulation of specific brain regions without affecting the surrounding healthy tissue and minimizes the risk of potential side effects. +* **Precise targeting:** as individual transducer elements can be individually controlled, it allows for the generation of a focused ultrasound beam with high spatial accuracy. This enables the stimulation of specific brain regions without affecting the surrounding healthy tissue and minimizes the risk of potential side effects. -Steering and shaping: The phased array technology allows the ultrasound beam to be electronically steered and shaped in real-time without mechanically moving the transducers. This enables targeting of different brain regions or adjusting the stimulation pattern as needed during a session, making the procedure more versatile and adaptable. +* **Steering and shaping:** The phased array technology allows the ultrasound beam to be electronically steered and shaped in real-time without mechanically moving the transducers. This enables targeting of different brain regions or adjusting the stimulation pattern as needed during a session, making the procedure more versatile and adaptable. These features allow the stimulation to be tailored to suit to more specific requirements. With ongoing research and development, they have the potential to revolutionize the field of brain stimulation and offer new treatment options for a range of neurological and psychiatric disorders. -This notebook will show how to define a phased array within NDK and experiment with some of the available features. For a more detailed description of all the functionalities, check out the API walkthrough notebook or the NDK documentation. +This notebook will show how to define a phased array within NDK and experiment with some of the available features. For a more details checkout the [NDK documentation](https://agencyenterprise.github.io/neurotechdevkit/). ## Phased Arrays Components