Skip to content
Snippets Groups Projects
Verified Commit 807fd7a7 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Fix import

parent e928381b
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ Adds slice selection to the `pulse` and surrounds it with spoiler gradients. ...@@ -23,7 +23,7 @@ Adds slice selection to the `pulse` and surrounds it with spoiler gradients.
- `slice_thickness`: slice thickness in mm. - `slice_thickness`: slice thickness in mm.
- `spoiler_scale`: length scale on which the spoilers achieve 2π dephasing in mm. This sets the minimum spoiling. If this spoiling level is not achieved by the slice-select gradient alone, then there will be additional gradients added. - `spoiler_scale`: length scale on which the spoilers achieve 2π dephasing in mm. This sets the minimum spoiling. If this spoiling level is not achieved by the slice-select gradient alone, then there will be additional gradients added.
""" """
struct SpoiltSliceSelect <: AbstractOverlapping struct SpoiltSliceSelect <: BaseBuildingBlock
orientation :: SVector{3, Float64} orientation :: SVector{3, Float64}
rise_time1 :: VariableType rise_time1 :: VariableType
flat_time1 :: VariableType flat_time1 :: VariableType
......
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