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

Add empty block after gradient/spin echo to increase TR

parent a6b1a6d2
No related branches found
No related tags found
1 merge request!4Resolve "Add secondary objective function"
Pipeline #24964 failed
......@@ -34,6 +34,7 @@ function GradientEcho(; excitation=(), readout=(), optim=(), resolution=nothing,
:excitation => excitation_pulse(; slice_thickness=slice_thickness, excitation...),
nothing,
:readout => readout_event(; extra_readout_params..., readout...),
nothing
]; name=:GradientEcho, variables...)
end
end
......
......@@ -38,6 +38,7 @@ function SpinEcho(; delay=0., excitation=(), refocus=(), readout=(), optim=(), s
:refocus => refocus_pulse(; slice_thickness=slice_thickness, refocus...),
nothing,
:readout => readout_event(; extra_readout_params..., readout...),
nothing
]; name=:SpinEcho, delay=delay, variables...)
end
end
......@@ -56,6 +57,8 @@ end
echo_time(sequence)
Returns the echo time of a sequence in ms.
This is typically defined as the time between the excitation pulse and the crossing of k=0 during the MRI readout.
"""
variables.echo_time
......
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