Expand description
QSMART (Quantitative Susceptibility Mapping Artifact Reduction Technique)
This module provides the complete QSMART pipeline including:
- Two-stage QSM reconstruction (whole ROI + tissue only)
- Offset adjustment for combining the two stages
- Integration of SDF background removal with iLSQR inversion
Reference: Yaghmaie, N., Syeda, W., et al. (2021). “QSMART: Quantitative Susceptibility Mapping Artifact Reduction Technique.” NeuroImage, 231:117701. https://doi.org/10.1016/j.neuroimage.2020.117701
Reference implementation: https://github.com/wtsyeda/QSMART
Structs§
- Qsmart
Params - Complete QSMART pipeline parameters
- Qsmart
Result - Result of QSMART pipeline
Functions§
- adjust_
offset - Adjust offset between two-stage QSMART susceptibility maps
- compute_
removed_ voxels - Compute removed voxels mask for offset adjustment
- compute_
weighted_ mask_ stage1 - Compute weighted mask for iLSQR
- compute_
weighted_ mask_ stage2