Skip to content
Snippets Groups Projects
Unverified Commit b9d5ddd9 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Explicitly list out sequences

parent 6f8905ff
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,6 @@ When reading the help, you will notice that there are two type of expected input
Internally whenever you call a sequence function it will run a non-linear optimisation given any constraints and/or objectives you have given to the `Variables`. It will give a single sequence that matches all of the constraints. If no solution exists, an error will be raised instead. If multiple solutions exist, a single (somewhat random) one is returned.
## Available sequences
```@autodocs
Modules = [MRIBuilder.Sequences]
```
\ No newline at end of file
- [`GradientEcho`](@ref)
- [`SpinEcho`](@ref)
- [`DWI`](@ref)/[`DW_SE`](@ref)/[`DiffusionSpinEcho`](@ref)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment