@@ -51,7 +51,11 @@ For an [`InstantPulse`](@ref) (i.e., `shape=:instant`), only the `flip_angle`, `
...
@@ -51,7 +51,11 @@ For an [`InstantPulse`](@ref) (i.e., `shape=:instant`), only the `flip_angle`, `
- `rotate_grad`: name of the parameter with which the slice selection gradient will be rotated after sequence optimisation (default: `:FOV`).
- `rotate_grad`: name of the parameter with which the slice selection gradient will be rotated after sequence optimisation (default: `:FOV`).
- `scanner`: overrides the [`global_scanner`](@ref) for this part of the sequence. Recommended to set only if not part of a larger sequence.
- `scanner`: overrides the [`global_scanner`](@ref) for this part of the sequence. Recommended to set only if not part of a larger sequence.
"""
"""
function excitation_pulse(;flip_angle=90,phase=0.,frequency=0.,shape=:sinc,slice_thickness=Inf,rephase=true,Nzeros=3,group=nothing,rotate_grad=:FOV,bandwidth=nothing,duration=nothing,scanner=nothing,optimise=false)
function excitation_pulse(;flip_angle=90,phase=0.,frequency=0.,shape=:sinc,slice_thickness=Inf,rephase=true,Nzeros=3,group=nothing,rotate_grad=:FOV,bandwidth=nothing,duration=nothing,scanner=nothing,optimise=false,other_kwargs...)
@@ -101,7 +105,11 @@ For an [`InstantPulse`](@ref) (i.e., `shape=:instant`), only the `flip_angle`, `
...
@@ -101,7 +105,11 @@ For an [`InstantPulse`](@ref) (i.e., `shape=:instant`), only the `flip_angle`, `
- `scanner`: overrides the [`global_scanner`](@ref) for this part of the sequence. Recommended to set only if not part of a larger sequence.
- `scanner`: overrides the [`global_scanner`](@ref) for this part of the sequence. Recommended to set only if not part of a larger sequence.
- `orientation`: vector with orientation of slice select gradient and pulses (defaults: z-direction).
- `orientation`: vector with orientation of slice select gradient and pulses (defaults: z-direction).
"""
"""
function refocus_pulse(;flip_angle=180,phase=0.,frequency=0.,shape=:sinc,slice_thickness=Inf,Nzeros=3,group=nothing,bandwidth=nothing,duration=nothing,spoiler=Inf,scanner=nothing,optimise=false,orientation=[0,0,1])
function refocus_pulse(;flip_angle=180,phase=0.,frequency=0.,shape=:sinc,slice_thickness=Inf,Nzeros=3,group=nothing,bandwidth=nothing,duration=nothing,spoiler=Inf,scanner=nothing,optimise=false,orientation=[0,0,1],other_kwargs...)