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.

qmrust

qmrust is a native-Rust toolkit for quantitative MRI. Point it at a BIDS dataset and it fits qMRI models — inversion-recovery T1, multi-echo T2, MTR, MTsat, qMT-SPGR — as a fast command-line tool or directly in your browser via WebAssembly, with identical numbers either way.

qmrust fit --bids-dir ds-mydata --config recipes/bids/irt1_config.yaml \
  --output-dir out

New here? Getting started builds the CLI and runs your first fit. Curious first? The playground fits real data in this page, in your browser.

Methods

T1 Relaxometry

T2 Relaxometry

Field Mapping

Magnetization Transfer

Semi-quantitative MT

Quantitative MT

Guides

Contributing

qmrust is a functional core with an imperative shell: the numerical models are pure Rust and run unchanged natively and in wasm. See Architecture and Adding a model.