Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 656 Bytes

File metadata and controls

17 lines (9 loc) · 656 Bytes

Fit Examples

IVIM Fitting

To Run the classic bi-exponential IVIM fitting on a single data set you can use the provided example script with the paramter file. For the toml file see.

With Model: $ S(b) = f_1 \exp (-b_{values} \cdot D_1) + f_2 \exp(-b_{values} \cdot D_2)$

IVIM Bi-Exponential Script

NNLS Fitting

For running a NNLS fitting without regularisation using the parameter file use the following script.

NNLS Script