Skip to content

ROCKETSHIP DCE-MRI KINETIC MODELING & RECONSTRUCTION

Where this fits

ROCKETSHIP covers steps 5 and 6. The full DCEasy pipeline:

1 · Convert DICOM → BIDS dce2bids 2 · Preprocess motion · bias DCEPrep 3 · AIF input function AutoAIF / AIFArtist 4 · T1 map VFA / IR parametric_scripts 5 · PK fit Ktrans · ve · vp ROCKETSHIP + Gpufit 6 · Analyze compare · QC ROCKETSHIP

Explore the DCEasy family →


ROCKETSHIP is an open source toolbox for the processing and analysis of dynamic contrast-enhanced (DCE) and parametric MRI data. It provides quantitative pharmacokinetic modeling, parametric mapping of T1, T2, T2* and the apparent diffusion coefficient, and the supporting workflow required to take a study from acquired images to parameter maps.

It was developed at the Biological Imaging Center at the California Institute of Technology and at Loma Linda University, and is used in clinical and preclinical imaging research worldwide.

DCEasy

ROCKETSHIP is part of the DCEasy family of software for quantitative dynamic contrast-enhanced MRI. DCEasy provides an integrated set of tools covering the full path from scanner output to quantitative results:

  • DICOM to BIDS conversion, preparing acquired studies into a standard organized layout with the acquisition metadata that quantitative analysis requires.
  • Automatic and manual arterial input function selection, addressing the largest single source of systematic error in quantitative DCE-MRI.
  • Batch processing, applying a validated analysis consistently across entire studies rather than one session at a time.
  • Pharmacokinetic modeling and parametric mapping, provided by ROCKETSHIP itself.

The components are designed to work together, so a study prepared with the DCEasy conversion and input function tools can be processed by ROCKETSHIP without further preparation. Each is also usable independently. See dceasy.org for a complete list of available tools.

Citation

If you use ROCKETSHIP in your work, please cite:

Ng, T.S.C., et al. ROCKETSHIP: a flexible and modular software tool for the planning, processing and analysis of dynamic MRI studies. BMC Medical Imaging, 15, 19 (2015). PMID: 26076957

Start here

Technical reference:

Python quick start

The Python implementation is the recommended interface and is under active development.

git clone https://github.com/petmri/ROCKETSHIP.git
cd ROCKETSHIP && python3 install.py

Launch the GUI:

./rocketship_dce.sh

Or work from the command line:

source .venv/bin/activate
python run_parametric_python_cli.py
python run_dce_python_cli.py

Parametric T1 mapping comes first, since DCE analysis requires a pre-contrast T1 map as input. Graphical interfaces are available for both steps through run_dce_python_gui.py and run_parametric_python_gui.py.

See the Python Walkthrough for the full procedure.

MATLAB quick start (legacy)

The MATLAB implementation is the original version and will be maintained, but new features will only be implemented in python.

git clone https://github.com/petmri/ROCKETSHIP.git
  1. Add the ROCKETSHIP folder to your MATLAB path.
  2. Calculate T1 maps with run_parametric.m.
  3. Check the T1 maps with run_analysis.m.
  4. Calculate DCE maps with run_dce.m.

Selected publications

A more complete list is available on Google Scholar.

Support

Questions not answered by this documentation may be directed to Sam Barnes at sabarnes@llu.edu. Bug reports and feature requests are best raised as issues on GitHub.

License

ROCKETSHIP is released under the terms described in the LICENSE file.