Skip to content

reconst_frf

Compute a Fiber Response Function (FRF) from a DWI. Note that multiple types of FRF are available through the method argument. The single-shell single-tissue (ssst) FRF is performed by choosing the ssst method (task.ext.method). This is expected to output a single WM FRF. The multi-shell multi-tissue (msmt) FRF is performed by choosing the msmt method (task.ext.method). This is expected to output a WM FRF, a GM FRF and a CSF FRF, each containing values for every shells.

Keywords : Fiber Orientation Distribution Function, Diffusion MRI, Fiber Response Function


Format : tuple val(meta), path(dwi), path(bval), path(bvec), path(mask), path(wm_mask), path(gm_mask), path(csf_mask)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
dwifileNifti image of DWI.True*.{nii,nii.gz}
bvalfileB-values in FSL format.True*.bval
bvecfileB-vectors in FSL format.True*.bvec
maskfileNifti b0 binary mask.True*.{nii,nii.gz}
wm_maskfileNifti binary WM mask.True*.{nii,nii.gz}
gm_maskfileNifti binary GM mask.True*.{nii,nii.gz}
csf_maskfileNifti binary CSF mask.True*.{nii,nii.gz}

Format : tuple val(meta), path(*__frf.txt)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__frf.txtfileFiber Response Function (FRF), in the case of ssst_frf.True*__frf.txt

Format : tuple val(meta), path(*__wm_frf.txt)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__wm_frf.txtfileWM Fiber Response Function (FRF), in the case of msmt_frf.True*__wm_frf.txt

Format : tuple val(meta), path(*__gm_frf.txt)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__gm_frf.txtfileGM Fiber Response Function (FRF), in the case of msmt_frf.True*__gm_frf.txt

Format : tuple val(meta), path(*__csf_frf.txt)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__csf_frf.txtfileCSF Fiber Response Function (FRF), in the case of msmt_frf.True*__csf_frf.txt

Format : path(versions.yml)

TypeDescriptionMandatoryPattern
versions.ymlfileFile containing software versionsTrueversions.yml

DescriptionDOI
DIPYDIPY is the paragon 3D/4D+ imaging library in Python.
scilpyThe Sherbrooke Connectivity Imaging Lab (SCIL) Python dMRI processing toolbox.


Last updated : 2025-10-30