mdreg.exp_recovery_2p#

mdreg.exp_recovery_2p(t, S0, T)[source]#

Exponential recovery with 2 parameters

\[S = S_0 \left( 1 - 2 e^{-t/T} \right)\]
Parameters:
  • t (array) – array of time points

  • S0 (float) – signal scaling factor

  • T (float) – relaxation time in same units as t

Returns:

Signal versus time, same size as t.

Return type:

numpy.ndarray