We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
k-wave-python/examples/us_bmode_phased_array/us_bmode_phased_array.py
Line 232 in 96a267d
Line 243 in 96a267d
Should be extent=[steering_angles[-1], steering_angles[0], x_axis[1], x_axis[0]] as the x_axis is the depth dimension of the kgrid.
extent=[steering_angles[-1], steering_angles[0], x_axis[1], x_axis[0]]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
k-wave-python/examples/us_bmode_phased_array/us_bmode_phased_array.py
Line 232 in 96a267d
k-wave-python/examples/us_bmode_phased_array/us_bmode_phased_array.py
Line 243 in 96a267d
Should be
extent=[steering_angles[-1], steering_angles[0], x_axis[1], x_axis[0]]
as the x_axis is the depth dimension of the kgrid.The text was updated successfully, but these errors were encountered: