Python implementation of version 2 of the FDA axisymmetric KZK HITU simulator which can be accessed at here.
Version 1 can be cited via1.
Note Please see the disclaimer in the documentation regarding the terms and conditions of use, as well as the official FDA disclaimer.
Warning This is a work in progress
The axisymmertric KZK equation is given by:
This needs the following packages:
- numpy
- scipy
- matplotlib
- tqdm
They can be found in requirements.txt
From terminal
foo@bar:~$ python3 runner.py
- outputs which can be validated experimentally
- input from measurements
- testing
- actions with flake8, version
- requirements.txt
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
foo@bar:~$ git checkout -b feature/AmazingFeature
- Commit your Changes
foo@bar:~$ git commit -m 'Add some AmazingFeature'
- Push to the Branch
foo@bar:~$ git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Email me
Footnotes
-
J. E. Soneson "A User‐Friendly Software Package for HIFU Simulation" AIP Conf. Proc. 1113(1) pp 165 (2009) ↩