From 807fd7a7fc011a17f767463f4d8325b1da53b4d5 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Wed, 14 Feb 2024 17:46:29 +0000 Subject: [PATCH] Fix import --- src/all_building_blocks/spoilt_slice_selects.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/all_building_blocks/spoilt_slice_selects.jl b/src/all_building_blocks/spoilt_slice_selects.jl index 60b25b5..a466a4f 100644 --- a/src/all_building_blocks/spoilt_slice_selects.jl +++ b/src/all_building_blocks/spoilt_slice_selects.jl @@ -23,7 +23,7 @@ Adds slice selection to the `pulse` and surrounds it with spoiler gradients. - `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. """ -struct SpoiltSliceSelect <: AbstractOverlapping +struct SpoiltSliceSelect <: BaseBuildingBlock orientation :: SVector{3, Float64} rise_time1 :: VariableType flat_time1 :: VariableType -- GitLab