Skip to content

reconst_qball

Compute the Constant Solid Angle (CSA) or Analytical Q-ball model, the generalized fractional anisotropy (GFA) and the peaks of the model.

Keywords : Qball, reconst, scilpy


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

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
dwifileNifti DWI volume to reconstruct FODF from.True*.{nii,nii.gz}
bvalfileB-values in FSL format.True*.bval
bvecfileB-vectors in FSL format.True*.bvec
maskfileMask.False*.{nii,nii.gz}

Format : tuple val(meta), path(*__qball.nii.gz)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__qball.nii.gzfileQball spherical harmonics coefficients.True*__qball.{nii,nii.gz}

Format : tuple val(meta), path(*__gfa.nii.gz)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__gfa.nii.gzfileGeneralized fractional anisotropy.True*__gfa.{nii,nii.gz}

Format : tuple val(meta), path(*__peaks.nii.gz)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__peaks.nii.gzfileExtracted peaks.True*__peaks.{nii,nii.gz}

Format : tuple val(meta), path(*__peak_indices.nii.gz)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__peak_indices.nii.gzfileGenerated peaks indices on the sphere.True*__peak_indices.{nii,nii.gz}

Format : tuple val(meta), path(*__nufo.nii.gz)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__nufo.nii.gzfileNUFO map.True*__nufo.{nii,nii.gz}

Format : tuple val(meta), path(*__a_power.nii.gz)

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]True
*__a_power.nii.gzfileAnisotropic power map.True*__a_power.{nii,nii.gz}

Format : path(versions.yml)

TypeDescriptionMandatoryPattern
versions.ymlfileFile containing software versionsTrueversions.yml

TypeDescriptionDefaultChoices
b0_thresholdintegerThreshold for the b0 mask.20
use_qballbooleanIf set, qball will be used as the odf reconstruction model instead of CSA.False
gfabooleanCompute the generalized fractional anisotropy.False
peaksbooleanCompute the peaks.False
peaks_indicesbooleanCompute the peaks indices on the sphere.False
qballbooleanCompute the qball spherical harmonics.False
nufobooleanCompute the NUFO.False
a_powerbooleanCompute the anisotropy power.False
sh_orderintegerSpherical harmonics order. Must be a positive even number.4

DescriptionDOI
scilpyThe Sherbrooke Connectivity Imaging Lab (SCIL) Python dMRI processing toolbox.


Last updated : 2025-10-20