dipy_fit_powermap#
Synopsis#
Workflow for generating anisotropic powermap from diffusion data.
This workflow generates an anisotropic powermap as introduced by Dell’Acqua et al.[1]. The anisotropic powermap can be used as a pseudo-T1 for tissue classification when a T1 image is not available. The anisotropic powermap is computed by extracting the anisotropic power from the spherical harmonic coefficients.
Usage#
dipy_fit_powermap [OPTIONS] input_files bvalues_files bvectors_files mask_files
Input Parameters#
input_filesPath to the input diffusion volumes. This path may contain wildcards to process multiple inputs at once.
bvalues_filesPath to the bvalues files. This path may contain wildcards to use multiple bvalues files at once.
bvectors_filesPath to the bvectors files. This path may contain wildcards to use multiple bvectors files at once.
mask_filesPath to the input masks. This path may contain wildcards to use multiple masks at once.
General Options#
--shm_filesPath to the spherical harmonic coefficient files. This file may be a nifti file (shm.nii.gz) containing the SH coefficients or a pam file (
*.pam5) containing the SH coefficients. (default: None)--sh_order_maxMaximum spherical harmonic order. (default: 8)
--b0_thresholdThreshold used to find b0 volumes. (default: 50.0)
--bvecs_tolThreshold used to check that norm(bvec) = 1 +/- bvecs_tol. (default: 0.01)
--norm_factorThe value to normalize the ap values. (default: 1e-05)
--powerThe degree to which power maps are calculated. (default: 2)
--non_negativeWhether to rectify the resulting map to be non-negative. (default: True)
--smoothThe amount of smoothing to apply to the SH coefficients before computing the anisotropic powermap. This is a smoothing factor applied to the SH coefficients, which can help reduce noise in the resulting powermap. A value of 0.0 means no smoothing is applied. (default: 0.0)
--sh_basisThe spherical harmonic basis to use for the computation. (default: descoteaux07)
Output Options#
--out_dirOutput directory. Default is current directory. (default: current directory)
--out_powermapName of the anisotropic powermap volume to be saved. (default: powermap.nii.gz)
References#
Garyfallidis, E., M. Brett, B. Amirbekian, A. Rokem, S. Van Der Walt, M. Descoteaux, and I. Nimmo-Smith. Dipy, a library for the analysis of diffusion MRI data. Frontiers in Neuroinformatics, 1-18, 2014.