qMRI colormaps

using QMRIColors
using CairoMakie

Lipari

This colormap is used for :

  • T1
cmap = relaxationColorMap("T1")
cgrad(cmap)
Example block output

This colormap is used for :

  • T2
  • T2*
  • T1rho
  • T1ρ
cmap = relaxationColorMap("T2")
cgrad(cmap)
Example block output

Reverse lipari

This colormap is used for :

  • R1
cmap = relaxationColorMap("R1")
cgrad(cmap)
Example block output

Reverse navia

This colormap is used for :

  • R2
  • R2*
  • R1rho
  • R1ρ
cmap = relaxationColorMap("R2")
cgrad(cmap)
Example block output