Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 811 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 811 Bytes

pymedrecon

A set of tools for medical image reconstruction in Python

Documentation

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.

List of projects

  • 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

Test scripts are implemented as main functions. Not all scripts have test functions.