Metadata-Version: 2.1
Name: mrsd
Version: 1.0.0
Summary: MR sequence diagram toolkit
Home-page: https://github.com/lamyj/mrsd
Author: Julien Lamy
Author-email: lamy@unistra.fr
License: MIT
Keywords: MRI,sequence,diagram,matplotlib
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Matplotlib
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# mrsd: MR sequence diagrams in Python

![PyPI](https://img.shields.io/pypi/v/mrsd)

*mrsd* is a Python toolkit to generate MR sequence diagrams, available on [PyPi](https://pypi.org/project/mrsd/). To install from source, the only dependencies are [Matplotlib](https://matplotlib.org/) and [numpy](https://numpy.org/).

To get started, have a look at the tutorials ([FLASH](https://mrsd.readthedocs.io/en/latest/flash/index.html) and [multi-echo FLASH](https://mrsd.readthedocs.io/en/latest/multiecho/index.html) and the [examples](https://github.com/lamyj/mrsd/tree/master/examples). Once familiar with the basic concepts, you can find more details in the [API Documentation](https://mrsd.readthedocs.io/en/latest/api/index.html).

Rather use MATLAB than Python? [mrisd](https://github.com/benoitberanger/mri_seq_diagram_matlab) is the answer!

![](docs/flash.png)



