
Fit a T1 recovery curve, from multiple TRs, to a set of amplitudes.
Source:R/relaxation_fitting.R
fit_t1_tr_array.RdFit a T1 recovery curve, from multiple TRs, to a set of amplitudes.
Usage
fit_t1_tr_array(
tr_vec,
amp_vec,
lower = 0,
upper = 10,
output_fit_res = 0.01,
ret_full = TRUE
)