Metadata-Version: 2.4
Name: MRPhantom
Version: 1.0.0
Summary: MRI Phantom of a Slime with Repiratory and Cardiac Motion, and M0, Phase, T1, T2, B0 maps, Boosted by a C-API Backend.
Author-email: Ryan <ryan_shanghaitech@proton.me>
License-Expression: MIT
Project-URL: Repository, https://github.com/RyanShanghaitech/MRPhantom
Project-URL: Examples, https://github.com/RyanShanghaitech/MRPhantom/tree/main/example
Keywords: MRI,Phantom,Motion,Quantitative
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Dynamic: license-file

# MRI Digital Phantom

## Introduction
A quantitative phantom of a slime with cardiac and respiratory motion.

Since a 3D + T dataset is so large, this package generates phantom on each tick on demand, according to the given shape parameters. This phantom has a parallel C++ backend for nearly real-time 3D phantom generation.

## Install
Using `pip`:
```bash
$ pip install mrphantom
```
Offline:
```bash
$ bash install.bash
```

## Usage
Please refer to the [Examples](https://github.com/RyanShanghaitech/MRPhantom/tree/main/example) page to learn how to use this package. You can find examples for 2D dynamic, 3D dynamic, static simulations, and also the method to obtain the quantitative parameters (e.g. T1, T2, off-resonance) of each pixel.
