-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
# EPGsim | ||
|
||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://aTrotier.github.io/EPGsim.jl/stable/) | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://aTrotier.github.io/EPGsim.jl/dev/) | ||
[![Build Status](https://github.com/aTrotier/EPGsim.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/aTrotier/EPGsim.jl/actions/workflows/CI.yml?query=branch%3Amain) | ||
[![Coverage](https://codecov.io/gh/aTrotier/EPGsim.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/aTrotier/EPGsim.jl) | ||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://magneticresonanceimaging.github.io/EPGsim.jl/stable/) | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://magneticresonanceimaging.github.io/EPGsim.jl/dev/) | ||
[![Build Status](https://github.com/magneticresonanceimaging/EPGsim.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/magneticresonanceimaging/EPGsim.jl/actions/workflows/CI.yml?query=branch%3Amain) | ||
[![Coverage](https://codecov.io/gh/magneticresonanceimaging/EPGsim.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/magneticresonanceimaging/EPGsim.jl) | ||
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) | ||
|
||
This package is inspired by [SYCOMORE](https://sycomore.readthedocs.io/) with the intention to use Automatic differentiation (with ForwardDiff.jl) | ||
|
||
Take a look at the [documentation](https://atrotier.github.io/EPGsim.jl/dev/). | ||
Take a look at the [documentation](https://magneticresonanceimaging.github.io/EPGsim.jl/dev/). | ||
|
||
## TO DO list : | ||
- Delete states with amplitude < defined threshold or number of states (implemented in epgDephasing ??) | ||
- discrete / discrete 3D | ||
- Diffusion | ||
- Magnetization Transfer | ||
- Magnetization Transfer |