Command-line interface for qmri quantitative MRI analysis
Project description
qmri-cli
Command-line interface for qmri quantitative MRI analysis.
Installation
pip install qmri-cli
Quick Start
# Fit ADC map
qmri adc fit dwi.nii.gz --bval dwi.bval --output adc.nii.gz
# With brain mask and quality threshold
qmri adc fit dwi.nii.gz \
--bval dwi.bval \
--mask brain.nii.gz \
--r2-threshold 0.8 \
--output adc.nii.gz
# T1 mapping from inversion recovery
qmri t1 fit-ir t1w.nii.gz \
--inversion-times 0.1,0.5,1.0,2.0 \
--output t1_map.nii.gz
# Get help
qmri --help
qmri adc --help
Commands
| Command | Description |
|---|---|
qmri adc fit |
ADC fitting from DWI |
qmri adc calibrate |
B-value calibration |
qmri t1 fit-ir |
T1 mapping (inversion recovery) |
qmri t1 fit-vfa |
T1 mapping (variable flip angle) |
qmri t2 fit |
T2 mapping |
qmri thermometry fit |
MR thermometry |
Design
The CLI wraps the core qmri library with a user-friendly interface. It uses Click for argument parsing and Rich for formatted output.
Documentation
Full documentation: https://gold-standard-phantoms.github.io/qmri/cli/
Licence
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
qmri_cli-0.1.0-py3-none-any.whl
(17.8 kB
view details)
File details
Details for the file qmri_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qmri_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0036bc2becf7483427cf55a4878e79c2951b38fe364fb97e0aaf9e3824224ba
|
|
| MD5 |
d50b0f0d92a459e8b8680beabdc79aed
|
|
| BLAKE2b-256 |
c33d4d1547b968be173e2e11fded44238267429220a1740888b1b59b8e328a45
|