A set of tools for medical image reconstruction in Python
Full docstring comments are provided for many functions. It is recommended to view documentation in ipython. To view documentation, first, launch ipython. Then, type
help(function.py)
Any documentation for that function should be displayed in the terminal.
- mri: tools for magnetic resonance imaging reconstruction
- systems.mri: a Python object for forward and adjoints with senstivity coils
- systems.dft: a Python object that is essentially a DFT wrapper
- systems.kbnufft: a Python object for non-uniform FFTs in numpy
- mrisensesim: sensitivity coil simulation
Test scripts are implemented as main functions. Not all scripts have test functions.