Metadata-Version: 2.1
Name: qsm-forward
Version: 0.2
Summary: A forward-model simulation for Quantitative Susceptibility Mapping
Home-page: https://github.com/astewartau/qsm_forward_model
Author: Ashley Stewart
Author-email: Ashley Stewart <a.stewart.au@gmail.com>
Project-URL: Homepage, https://github.com/astewartau/qsm_forward_model
Project-URL: Bug Tracker, https://github.com/astewartau/qsm_forward_model/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# QSM Forward Model

Based on Marques, J. P., et al. (2021). QSM reconstruction challenge 2.0: A realistic in silico head phantom for MRI data simulation and evaluation of susceptibility mapping procedures. Magnetic Resonance in Medicine, 86(1), 526-542. https://doi.org/10.1002/mrm.28716

Includes code for:

 - Field model (forward multiplication with dipole kernel based on chi)
 - Signal model (magnitude and phase simulation based on field/M0/R1/R2star)
 - Phase offset model
 - Noise model
 - Shim field model
 - k-space cropping

See `main.py` for a full example.
