Raw File
README.md
# OxShmolli2
A library to calculate parametric maps in MRI. It contains ShMOLLI implementation as in [this article](https://jcmr-online.biomedcentral.com/articles/10.1186/1532-429X-12-69).

| Travis (OSX/Linux) | AppVeyor (Windows) | Coveralls (test coverage) |
|:-------------:|:-------------:|:-------------:|
![Travis (.org)](https://img.shields.io/travis/MRKonrad/OxShmolli2.svg?style=for-the-badge) | ![AppVeyor](https://img.shields.io/appveyor/ci/MRKonrad/OxShmolli2.svg?style=for-the-badge)| ![Coveralls](https://img.shields.io/coveralls/github/MRKonrad/OxShmolli2.svg?style=for-the-badge)

# Coding style

* underscore (`_variable`) - a class member variable

# Notes

* **Documentation** in doxygen can be found [here]();
* **Continuous integration** was tested [in this repo](https://github.com/MRKonrad/ContinousIntegrationPlayground).
* **Gitmodules** - after `git clone` run `git submodule update --init --recursive` to get the submodules code
back to top