Intro Session Issues/Bugs
Bugs:
bipolar gradient return structure does not match rest of package d1bb07fe ,a1b1ed6a
Plotting sequence with only delayed RF pulse does not plot the pulse...rf = cmrseq.bausteine.SincRFPulse(system_specs=system_specs, flip_angle = Quantity(1,'rad'),delay = Quantity(2.5,'ms'))
seq = cmrseq.Sequence(system_specs=system_specs,building_blocks=[rf])
cmrseq.plotting.plot_sequence(seq)
fixed bdba8493
Edited by Charles McGrath