Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

MT Ratio

Semi-quantitative MT · BIDS suffix MTR

Config name
model: mt_ratio BIDS suffix
MTR Method family
Semi-quantitative MT Acquired volumes
2 Fit granularity
voxelwise

Computes the magnetization transfer ratio from two images: one acquired with an off-resonance saturation pulse and one without. MTR is a semi-quantitative percentage that reflects the pool of macromolecule-bound protons, but it depends on the saturation pulse and sequence timing, so values are not comparable across protocols.

Signal model

MTR=100×SoffSonSoff\mathrm{MTR} = 100 \times \frac{S_\mathrm{off} - S_\mathrm{on}}{S_\mathrm{off}}
SymbolQuantityUnit
MTRMagnetization transfer ratio%

What the model reads

A fixed set of 2 role-labeled volumes. Order does not matter — each volume is matched to its role by its BIDS filename entities.

RoleEntities
MTonmt-on
MToffmt-off

Inputs

The 2 acquired volumes, each labeled with the identity the model reads it by.

Figure 1:The 2 acquired volumes, each labeled with the identity the model reads it by.

Auxiliary maps and the mask applied to this fit.

Figure 2:Auxiliary maps and the mask applied to this fit.

Outputs

MapBIDS suffixUnitFit boundsFitted
MTRMTRmap%unbounded … unboundedfree
Fitted maps for one example subject.

Figure 3:Fitted maps for one example subject.

Usage

BIDS
Without BIDS
Simulation
Browser

The acquisition comes from the sidecars, so recipes/bids/mt_ratio_config.yaml carries only algorithm options:

model: mt_ratio

# MTR = 100 * (MToff - MTon) / MToff. No acquisition protocol and no fit
# options: the MTon/MToff volumes are resolved from the BIDS MTR named set
# (mt-on / mt-off) by the grouping manifest. Example:
#
#   qmrust fit --bids-dir <dataset> \
#     --config recipes/bids/mt_ratio_config.yaml --output-dir out

# BIDS mask selection — disambiguates which mask in the dataset to apply.
mask:
  desc: brain
qmrust fit --bids-dir ds-mydata \
  --config recipes/bids/mt_ratio_config.yaml --output-dir out

Fitted maps are written as BIDS derivatives:

out/derivatives/qmrust/sub-01/anat/
  sub-01_MTRmap.nii.gz
  sub-01_MTRmap.json
Measured values for one voxel beside the model’s forward prediction at the fitted parameters.

Figure 4:Measured values for one voxel beside the model’s forward prediction at the fitted parameters.

Implementation

Fully-resolved configuration

Every default materialized, as qmrust dump-config prints it.

model: mt_ratio

References

Wolff & Balaban (1989)

References
  1. Wolff, S. D., & Balaban, R. S. (1989). Magnetization transfer contrast (MTC) and tissue water proton relaxation in vivo. Magnetic Resonance in Medicine, 10(1), 135–144.