Skip to content

Grad amplitude bug in example sequence write_tse.seq #251

@h3lg3

Description

@h3lg3

The rf refocussing pulse gradient for slice selection uses the amplitude from the excitation pulse gradient. I believe the amplitude from the previously generated gz gradient for the refocussing pulse should be used instead.

amplitude=gs_ex.amplitude,

    gs_ref = pp.make_trapezoid(
        channel='z',
        system=system,
        amplitude=gs_ex.amplitude, # here gz.amplitude should be used
        flat_time=t_refwd,
        rise_time=dG,
    )

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions