tedana.workflows.t2smap

t2smap(data, tes, combmode='t2s', label=None)[source]

Estimate T2 and S0, and optimally combine data across TEs.

Parameters:
  • data (list of str) – Either a single z-concatenated file (single-entry list) or a list of echo-specific files, in ascending order.
  • tes (list) – List of echo times associated with data in milliseconds.
  • combmode ({'t2s', 'ste'}, optional) – Combination scheme for TEs: ‘t2s’ (Posse 1999, default), ‘ste’ (Poser).
  • label (str or None, optional) – Label for output directory. Default is None.