imr-framework / pypulseq

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

Update __init__.py #101

Closed calderds closed 1 year ago

calderds commented 1 year ago

Add rotate import for write_radial_gre.py. Running the radial demo script failed before adding this statement into init.py, and works now.

sravan953 commented 1 year ago

Thanks for catching this! I fixed it in one of the recent commits (3a397e4).