Skip to content

qMRLab/vfa_t1

Repository files navigation

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