Fit a T2 relaxation curve, from multiple TEs, to a set of amplitudes.
fit_t2_te_array(
te_vec,
amp_vec,
lower = 0,
upper = 10,
output_fit_res = 0.01,
ret_full = TRUE
)
a list containing relaxation parameters and an ideal curve for fit evaluation.
vector of TE values in seconds.
vector of amplitudes.
minimum allowable T2 value.
maximum allowable T2 value.
temporal resolution (seconds) of the ideal output relaxation curve.
return full fitting information including ideal relaxation curve.