Skip to content
Snippets Groups Projects

Add InstantPulse and InstantGradient pulseq extension support

Merged Michiel Cottaar requested to merge pulseq_extensions into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -74,7 +74,6 @@ function BuildingBlock(pulseq::PulseqBlock; version, BlockDurationRaster, Radiof
push!(times, 0.)
end
waveform = [(t, _get_amplitude.(grads, t, GradientRasterTime)) for t in times]
@show waveform
return BuildingBlock(waveform, events)
end
Loading