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

Fix pathway creation

parent 0dda1e92
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ end
get_pulse(ge::DiffusionSpinEcho) = (excitation=ge.excitation, refocus=ge.refocus)
get_readout(ge::DiffusionSpinEcho) = ge.readout
get_pathway(ge::DiffusionSpinEcho) = Pathway(ge, [90, 180], 1, :DWI)
get_pathway(ge::DiffusionSpinEcho) = Pathway(ge, [90, 180], 1, group=:DWI)
echo_time(ge::DiffusionSpinEcho) = 2 * (effective_time(ge, :refocus) - effective_time(ge, :excitation))
delay(ge::DiffusionSpinEcho) = duration_transverse(ge) - echo_time(ge)
diffusion_time(ge::DiffusionSpinEcho) = start_time(ge, :gradient2) - start_time(ge, :gradient)
......
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