virtcoilphase

Virtual reference coil method to determine phase distribution


License
GPL-3.0
Install
pip install virtcoilphase==0.1.0

Documentation

Virtual Reference Coil

Python implementation of the algorithm described in1 for finding optimal phase map estimates using a constructed virtual coil.

Installation

Should be as easy as a pip install:

pip install virtcoilphase

Usage

Examples can be called from the command line, for example:

python -m virtcoilphase.examples.simple

Given a number of coil images, you can find the absolute phase estimate like this:

from virtcoilphase import virtcoilphase
phase = virtcoilphase(x, coil_axis=-1)

References


  1. Parker, Dennis L., et al. "Phase reconstruction from multiple coil data using a virtual reference coil." Magnetic resonance in medicine 72.2 (2014): 563-569.↩