🚀 Version 1.0.0 coming soon… stay tuned!
A fast installation can be done using pip. But note that pip installation only works with red pitayas configured with static IP 192.168.1.101. You can install MaRGE using pip:
pip install marge-mriThen, you can launch the GUI with:
# Import marge
from marge import main
# Run MaRGE
main.MaRGE()Alternatively, if you prefer to download from source and have full access to the code, simply clone this repository:
git clone --branch pypi_integration --single-branch https://github.com/josalggui/MaRGE.gitCreate your virtual environment and install all the requirements with
pip install -r requirements.txtThis repository contains the Python code for the MaRCoS Graphical Environment (MaRGE), a system for magnetic resonance imaging research. The GUI provides a user-friendly interface to interact with the MaRCoS system.
Take a look at the MaRGE Wiki! (under development)
Take a look at the MaRGE Documentation! (under development)
Take a look at the MaRGE PyPi