Skip to content

Commit

Permalink
Add missing shape_dur property to arbitrary RF.
Browse files Browse the repository at this point in the history
  • Loading branch information
btasdelen authored and sravan953 committed Oct 4, 2022
1 parent 6a54e7a commit 97e3352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pypulseq/make_arbitrary_rf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def make_arbitrary_rf(
rf.type = "rf"
rf.signal = signal
rf.t = t
rf.shape_dur = duration
rf.freq_offset = freq_offset
rf.phase_offset = phase_offset
rf.dead_time = system.rf_dead_time
Expand Down

0 comments on commit 97e3352

Please sign in to comment.