Science Score: 75.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: wiley.com -
○Academic email domains
-
✓Institutional organization owner
Organization inm-4 has institutional domain (www.fz-juelich.de) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.7%) to scientific vocabulary
Repository
Quantitative Rapid Gradient-Echo Sequence
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
QRAGE
This repository provides a Pulseq implementation of the QRAGE MRI sequence, as described in our publication:
"QRAGE—Simultaneous multiparametric quantitative MRI of water content, T1, T2*, and magnetic susceptibility at ultrahigh field strength".
How to Use This Repository
Follow these steps to set up and use QRAGE:
- Clone the QRAGE Repository
bash
git clone https://github.com/inm-4/qrage.git
cd qrage
- Install the Custom PyPulseq
QRAGE relies on modifications to PyPulseq that have not yet been merged upstream. You can install the custom PyPulseq in one of two ways:
Option A: Clone and Install Locally
bash git clone https://github.com/inm-4/pypulseq.git cd pypulseq git checkout develop pip install -e .Option B: Install Directly via pip
bash pip install git+https://github.com/inm-4/pypulseq.git@devel
Differences from the Published Implementation
While we have worked diligently to replicate the QRAGE sequence originally developed in the SIEMENS IDEA framework, there are some minor differences between this implementation and the one used in the publication. For instance, the repetition time, inversion time, and echo times differ slightly. However, our comparisons indicate that these variations do not have a significant impact on image quality or the accuracy of the parameter maps.
Missing Content
Currently, this repository contains only the sequence implementation. We are actively working on open-sourcing the complete image reconstruction pipeline—including both pre-processing and post-processing steps—which will be available soon.
How to give credit
If you use this package, please acknowledge our work by citing:
Zimmermann M, Abbas Z, Sommer Y, et al. QRAGE—Simultaneous multiparametric quantitative MRI of water content, T1, T2*, and magnetic susceptibility at ultrahigh field strength. Magn Reson Med. 2025; 93(1): 228-244. doi: 10.1002/mrm.30272
A BibTeX file is directly contained within this package (QRAGE.bib).
Owner
- Name: Institute of Neuroscience and Medicine - Medical Imaging Physics (INM-4)
- Login: inm-4
- Kind: organization
- Location: Germany
- Website: https://www.fz-juelich.de/en/inm/inm-4
- Repositories: 1
- Profile: https://github.com/inm-4
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Zimmermann
given-names: Markus
orcid: https://orcid.org/0000-0003-1273-5218
title: "QRAGE"
version: 0.0.1
identifiers:
- type: doi
value: TBD
date-released: TBD
GitHub Events
Total
- Push event: 7
Last Year
- Push event: 7
Dependencies
- numpy >=2.1.3
- pypulseq @ git+https://github.com/inm-4/pypulseq.git#devel