Reference implementation of:
Joint Design of RF and Gradient Waveforms via Auto-Differentiation for 3D Tailored Exitation in MRI
(arXiv: https://arxiv.org/abs/2008.10594)
cite as:
@article{luo2021joint,
author={Luo, Tianrui and Noll, Douglas C. and Fessler, Jeffrey A. and Nielsen, Jon-Fredrik},
journal={IEEE Transactions on Medical Imaging},
title={Joint Design of RF and gradient waveforms via auto-differentiation for 3D tailored excitation in MRI},
year={2021},
volume={},
number={},
pages={1-1},
doi={10.1109/TMI.2021.3083104}}
For the interpT
feature, consider citing:
@inproceedings{luo2021MultiScale,
title={Multi-scale Accelerated Auto-differentiable Bloch-simulation based joint design of excitation RF and gradient waveforms},
booktitle={ISMRM},
pages={3958},
author={Tianrui Luo and Douglas C. Noll and Jeffrey A. Fessler and Jon-Fredrik Nielsen},
year={2021}
}
- Ubuntu 18.04, 20.04
- Python 3.6, 3.7, 3.8
The implementation was not tested with other configurations.
setup_AutoDiffPulses.m
does the configurations for Matlab.
For the python part, in your command line, navigate to the repo's root directory, type:
pip install .
Demos are provided in ./demo
.
This repo has included binary test data files for basic accessibility in certain regions.
Future binary data files will be added to: https://drive.google.com/drive/folders/1EyKhA_d74OC4KADMuTd1kRTEMoVqWdIY.
This work requries Python (≥v3.5
), PyTorch (≥v1.3
) with CUDA.
Other Python dependencies include:
scipy
, numpy
, PyTorch
.