Skip to content

Latest commit

Β 

History

History
72 lines (46 loc) Β· 1.4 KB

File metadata and controls

72 lines (46 loc) Β· 1.4 KB

πŸ“¦ monalisa_tutorial_ui

User-interface-based educational tutorial pipeline for MONALISA non-Cartesian MRI reconstruction.

This repository provides a structured, step-by-step workflow for:

  • Coil sensitivity estimation
  • Data preparation (Mitosius wrapping)
  • Gridded reconstruction
  • Optional compressed sensing reconstruction

It is designed for:

  • πŸŽ“ New lab members
  • 🧠 Researchers learning MONALISA
  • πŸ§ͺ Educational demonstrations
  • πŸ”¬ Rapid reconstruction testing

πŸ”— Official MONALISA Documentation

This repository is built on top of MONALISA.

πŸ“˜ Full documentation:
πŸ‘‰ https://mattechlab.github.io/monalisa/

Please refer to the official documentation for:

  • API reference
  • Theory and algorithms
  • Advanced configuration
  • Supported data formats
  • Reconstruction backends

This repository focuses on guided usage via UI, not core framework development.


πŸš€ Quick Start

1️⃣ Install Dependencies

  • MONALISA
  • Pulseq
  • mapVBVD

Example:

addpath(genpath('/path/to/monalisa'));
addpath(genpath('/path/to/pulseq'));
addpath(genpath('/path/to/mapVBVD'));

2️⃣ Run the Educational Pipeline

run main_script.m

The script will guide you through:

1.	Optional RMS data inspection

2.	Coil sensitivity estimation

3.	Saving coil maps

4.	Mitosius preparation

5.	Final reconstruction (gridded or CS)