Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.2 KB

README.md

File metadata and controls

74 lines (47 loc) · 1.2 KB

MRI Simulator

Project Image

Magnetic Resonance Imaging Simulator.


Table of Contents


Description

Features

  • User can open phantom with random T1, T2, T2*
  • User can open a sequence from .json file.
  • User can simulate the sequence on the phantom and fill the k space.
  • User can compare between outputs that reconstructed from different sequences.

Technologies

  • Python
  • Numpy
  • Matplotlib
  • mrsd

Back To The Top


How To Use

Installation

$ pip install -r requirements.txt

Run Locally

Run python3 main.py in the terminal.

$ python3 main.py

Back To The Top


Preview

Project Image Project Image Project Image Project Image Project Image

Back To The Top


References

Back To The Top