Ilumr Pulse Sequence plotting tool

Here is a beta version of a tool you can use to develop and test pulse sequences offline. It will allow you to plot the RF/gradient/acquisition gate waveforms that will be generated when executed on the ilumr system.

Download and unzip: sequence_plotting_tools_24_02_12.zip - Google Drive

The README.md file inside contains more information on setup and usage.

To install and run JupyterLab, you can use anaconda: Free Download | Anaconda
To install python libraries from inside a jupyter notebook you can use the %pip magic:

%pip install -r lib/requirements.txt

Alternately you can install the requirements via the anaconda interface.

You may need to restart jupyterlab after installing libraries for the plots to display correctly.