imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
115 stars 62 forks source link

Typo in make_arbitrary_rf #57

Closed sairamgeethanath closed 3 years ago

sairamgeethanath commented 3 years ago

Line 72: signal = signal / bp.abs(np.sum(signal system.rf_raster_time)) flip_angle / (2 * np.pi)

Change bp to np

sravan953 commented 3 years ago

This was fixed in commit 2548f0deb3662dd75556af202b5141335b0edb7d on the dev branch. A future stable release will incorporate these changes on the publicly available PyPI package.