dcmri.conc_t2w# dcmri.conc_t2w(S, TE: float, r2=0.5, n0=1) → ndarray[source]# Concentration for a DSC scan with T2-weighting. Parameters: S (array-like) – Signal in arbitrary units. TE (float) – Echo time in sec. r2 (float, optional) – Transverse relaxivity in Hz/M. Defaults to 0.5. n0 (int, optional) – Baseline length. Defaults to 1. Returns: Concentration in M, same length as S. Return type: np.ndarray