Skip to content

Commit b0e8b18

Browse files
committed
[config] provide consistent default for 500 kHz
Donders-Institute#40 Tissue parameters and transducer specifications previously mixed 250 and 500 kHz parameters.
1 parent ad1870a commit b0e8b18

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

configs/default_config.yaml

+19-18
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ simnibs_bin_path: /home/affneu/kenvdzee/SimNIBS-4.0/bin/
1818
simulation_medium: layered
1919

2020
# Parameters differ for each transducer and can be obtained from the manufacturer
21-
transducer:
22-
n_elements: 4 # Number of elements in the transducer
23-
Elements_ID_mm: [0, 32.9184, 46.1264, 56.0324] # Inner diameter of each element
24-
Elements_OD_mm: [32.3596, 45.5676, 55.5244, 64.008] # Outer diameter of each element
25-
curv_radius_mm: 63.20 # Radius of curvature of the bowl
26-
dist_to_plane_mm: 52.38 # Distance to the transducer plane from the geometric focus
27-
source_amp: 91590 # [Pa]
28-
source_phase_deg: [0.0, 13.2, 26.4, 52.8] # Source phase [deg]
29-
source_freq_hz: 250e3 # [Hz] The central frequency
21+
transducer:
22+
n_elements: 4 # number of elements in the transducer
23+
Elements_ID_mm: [0, 31.6988, 44.2688, 53.6688]
24+
Elements_OD_mm: [31.14, 43.71, 53.11, 60.83]
25+
curv_radius_mm: 62.94 # radius of curvature of the bowl
26+
dist_to_plane_mm: 52.38 # distance to the transducer plane from the geometric focus
27+
source_amp: 72850 # [Pa] (need to be calibrated for specific transducer)
28+
source_phase_deg: [0.0, 245.4, 130.8, 16.2] # source phase [deg] (need to be calibrated for specific transducer)
29+
source_freq_hz: 500e3 # [Hz] the central frequency
3030
pos_t1_grid: [128, 139, 15] # Position on T1 grid [T1 grid space] (can be left out if importing location data)
3131

3232
# Important to note: the alpha values in `alpha_0_true` below are currently set for 500KHz transducers.
@@ -142,48 +142,49 @@ charm_debug: 0
142142

143143
# Important to note: the alpha values in `alpha_0_true` are currently set for 500KHz transducers
144144
# These should be adjusted to the values shown in their respected comments next to the medium parameters
145+
# For 250 kHz, alpha_power_true = 1.2, and alpha_0_true (in skull*) = 53.2
145146
# We are still not entirely sure what alpha values best to use, so be critical of our and your own choices
146147
medium:
147148
water:
148149
sound_speed: 1500 # [m/s] ITRUST benchmarks
149150
density: 994 # [kg/m^3] Tissue Properties DB or waterDensity(37) function in kWave
150151
alpha_0_true: 0 # from ITRUST benchmarks at 500 kHz (assumes no absorption in water, so no heating )
151-
alpha_power_true: 2 #1.2
152+
alpha_power_true: 2
152153
thermal_conductivity: 0.60 # [W/m/°C] Tissue Properties DB
153154
specific_heat_capacity: 4178 # [J/kg/°C] Tissue Properties DB
154155
skull: # cortical bone
155156
sound_speed: 2800 # [m/s], ITRUST benchmarks
156157
density: 1850 # [kg/m^3], ITRUST benchmarks
157-
alpha_0_true: 53.2 #4 # ITRUST benchmarks [this is alpha_0 in alpha = alpha_0*frequency^alpha_power] (changed to 2 for 250KHz transducers)
158-
alpha_power_true: 2 #1.2
158+
alpha_0_true: 26.6 # alpha_0 in alpha = alpha_0*frequency^alpha_power | = 13.3/(freq in MhZ) [Brad Treebly]
159+
alpha_power_true: 2
159160
thermal_conductivity: 0.32 # [W/m/°C] Tissue Properties DB
160161
specific_heat_capacity: 1313 # [J/kg/°C] Tissue Properties DB
161162
brain:
162163
sound_speed: 1546 # [m/s] Tissue Properties DB
163164
density: 1046 # [kg/m^3], ITRUST benchmarks or waterDensity(temp_0)
164165
alpha_0_true: 0.6 # ITRUST benchmarks (changed to 0.15 for 250KHz transducers)
165-
alpha_power_true: 2 #1.2
166+
alpha_power_true: 2
166167
thermal_conductivity: 0.51 # [W/m/°C] Tissue Properties DB
167168
specific_heat_capacity: 3630 # [J/kg/°C] Tissue Properties DB
168169
skin:
169170
sound_speed: 1610 # [m/s], ITRUST benchmarks
170171
density: 1090 # [kg/m^3], ITRUST benchmarks
171172
alpha_0_true: 0.4 # ITRUST benchmarks (changed to 0.1 for 250KHz transducers)
172-
alpha_power_true: 2 #1.2
173+
alpha_power_true: 2
173174
thermal_conductivity: 0.37 # [W/m/°C] Tissue Properties DB
174175
specific_heat_capacity: 3391 # [J/kg/°C] Tissue Properties DB
175176
skull_trabecular: # trabecular bone
176177
sound_speed: 2300 # [m/s], ITRUST benchmarks
177178
density: 1700 # [kg/m^3], ITRUST benchmarks
178-
alpha_0_true: 53.2 #8 # ITRUST benchmarks [this is alpha_0 in alpha = alpha_0*frequency^alpha_power] (changed to 2 for 250KHz transducers)
179-
alpha_power_true: 2 #1.2
179+
alpha_0_true: 26.6 # alpha_0 in alpha = alpha_0*frequency^alpha_power | = 13.3/(freq in MhZ) [Brad Treebly]
180+
alpha_power_true: 2
180181
thermal_conductivity: 0.32 # [W/m/°C] Tissue Properties DB
181182
specific_heat_capacity: 1313 # [J/kg/°C] Tissue Properties DB
182183
skull_cortical: # cortical bone
183184
sound_speed: 2800 # [m/s], ITRUST benchmarks
184185
density: 1850 # [kg/m^3], ITRUST benchmarks
185-
alpha_0_true: 53.2 #4 # ITRUST benchmarks [this is alpha_0 in alpha = alpha_0*frequency^alpha_power] (changed to 2 for 250KHz transducers)
186-
alpha_power_true: 2 #1.2
186+
alpha_0_true: 26.6 # alpha_0 in alpha = alpha_0*frequency^alpha_power | = 13.3/(freq in MhZ) [Brad Treebly]
187+
alpha_power_true: 2
187188
thermal_conductivity: 0.32 # [W/m/°C] Tissue Properties DB
188189
specific_heat_capacity: 1313 # [J/kg/°C] Tissue Properties DB
189190

0 commit comments

Comments
 (0)