Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 799 Bytes

Intro

The variable flip angle (VFA) implementation of qMRLab takes following as input:

  • Data
    • VFAData: [vol X N] image data where N is # of FAs.
    • B1map: [vol] b1 transmit field map
    • Mask: [vol] binary ROI mask
  • Parameters
    • FA: [1 X N] array
    • TR: [1 X N] array

For details you can see the interactive vfa_t1 tutorial executable online.

For creating B1map, double angle method is also available in qMRLab: b1_dam.


Pulse sequence implementation

Sequence components

Scan control

Reconstruction