Lets get this blog started with one of my favorite images of an python application (http://www.youtube.com/watch?v=jTXbjQ_6RWM) that I created to generate finite element (FE) models for simulation of radiofrequency ablation (RFA). The FE method is an established technique to solve the
thermal-electrical differential equations for realistic RFA treatment
simulation. Nevertheless, generation of patient-specific FE models is a labor
intense task and requires use of multiple software tools. In order to overcome
the challenges of modeling I generated a research tool as well as a workflow
to generate patient-specific FE models for simulation of RF ablation efficiently.
Common techniques of image processing and image meshing are combined with new
approaches, such as interactive electrode placement, interfaces to commercial
FE software programs including visualization of model results overlaid on
imaging data. Such a tool may provide additional information for the treating
physician for more effective pre-treatment planning of procedures. Via this tool, I was able to simulate RF ablation based on
patient-specific geometry and visualize model results overlaid on CT imaging data.
To create the application I used:
- Python (http://www.python.org)
- Numpy (http://numpy.scipy.org)
- Tkinter (http://wiki.python.org/moin/TkInter)
- PyOpenGL; OpenGL,GLSL (http://pyopengl.sourceforge.net)
- f2py (http://cens.ioc.ee/projects/f2py2e)
No comments:
Post a Comment