MTRK Designer GUI is a powerful web-based drag-and-drop MRI pulse sequence creation tool that allows you to intuitively create pulse sequences for magnetic resonance imaging (MRI) experiments.
Please refer to the parent MTRK page for a step-by-step installation guide for the MTRK tools.
If you want to set up this tool for development. Follow these steps:
git clone https://github.com/mtrk-dev/mtrk_designer_gui.git
cd mtrk_designer_gui
pip install -r requirements.txt
cd app
python app.py
Go to the localhost address mentioned in the logs of the above command and you should see the page.
Make changes in the code and see them reflected on the page.