Resolve "Allow slice selection"
Compare changes
- Michiel Cottaar authored
+ 47
− 25
@@ -4,13 +4,13 @@ import LinearAlgebra: norm
@@ -21,7 +21,7 @@ Adds slice selection to the `pulse` and surrounds it with spoiler gradients.
@@ -35,7 +35,7 @@ struct SpoiltSliceSelect <: BaseBuildingBlock
@@ -49,7 +49,7 @@ function SpoiltSliceSelect(pulse::RFPulseComponent; orientation=[0, 0, 1], group
@@ -64,21 +64,23 @@ function SpoiltSliceSelect(pulse::RFPulseComponent; orientation=[0, 0, 1], group
@@ -87,36 +89,37 @@ gradient_orientation(spoilt::SpoiltSliceSelect) = spoilt.orientation
@@ -134,6 +137,25 @@ variables.all_gradient_strengths
\ No newline at end of file