dbdicom.dro.T1_mapping_vFATR#

dbdicom.dro.T1_mapping_vFATR(spacing=(15, 15, 20), fov=(300, 250, 120), T1min=600, S0min=100, vFA=[2.0, 20.0], vTR=[5.0, 15.0]) Series[source]#

Synthetic T1-mapping data with variable TR and FA

Parameters:
  • spacing (tuple, optional) – x, y, z pixel spacing in mm. Defaults to (1.5, 1.5, 2.0).

  • fov (tuple, optional) – x, y, z field of view in mm. Defaults to (300, 250, 120).

  • T1min (int, optional) – smallest T1 in msec. Defaults to 600.

  • S0min (int, optional) – smallest S0 in a.u. Defaults to 100.

  • vFA (list, optional) – variable flip angle values in degrees. Defaults to [2.0, 5.0, 10.0, 15.0, 20.0].

  • vTR (list, optional) – variable repetition time values in msec. Defaults to [2.0, 3.0, 4.0, 5.0, 10.0, 15.0].

Returns:

A series with appropriate array and header data.

Return type:

dbdicom.Series

Examples using dbdicom.dro.T1_mapping_vFATR#