You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In kWaveSimulation.py, the transmit_apodization_mask is assigned to self.transducer_transmit_apodization, but it does not appear to be applied to the input signal at any point in the code.
To Reproduce
(examples/us_bmode_phased_array)
In ktransducer,py, set the return value of transmit_apodization_mask to an all-zero mask.
No difference in the simulation results.
Expected behavior
windowing is applied to the input signal.
The text was updated successfully, but these errors were encountered:
Hi @brubbel, Just following up on the relicensing issue. Please follow the steps there so we can move forward. Feel free to contact me via e-mail if you have any questions. walter.a.simson [at] gmail.com.
Describe the bug
In kWaveSimulation.py, the
transmit_apodization_mask
is assigned toself.transducer_transmit_apodization
, but it does not appear to be applied to the input signal at any point in the code.To Reproduce
(examples/us_bmode_phased_array)
In ktransducer,py, set the return value of transmit_apodization_mask to an all-zero mask.
No difference in the simulation results.
Expected behavior
windowing is applied to the input signal.
The text was updated successfully, but these errors were encountered: