src.original.fitting.OJ_GU package
Submodules
src.original.fitting.OJ_GU.ivim_seg module
- src.original.fitting.OJ_GU.ivim_seg.seg(Y, b, bthr=200, verbose=False)[source]
Segmented fitting of the IVIM model.
- Arguments:
Y: v x b matrix with data b: vector of size b with b-values bthr: (optional) threshold b-value from which signal is included in first fitting step verbose: (optional) if True, diagnostics during fitting is printet to terminal