dipy_fit_ivim#
Synopsis#
Workflow for Intra-voxel Incoherent Motion reconstruction and for computing IVIM metrics.
Performs a IVIM reconstruction [1], [2] on the files by ‘globing’ input_files and saves the IVIM metrics in a directory specified by out_dir.
Usage#
dipy_fit_ivim [OPTIONS] input_files bvalues_files bvectors_files mask_files
Input Parameters#
input_filesPath to the input 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 bvalues files. This path may contain wildcards to use multiple bvalues files at once.
mask_filesPath to the input masks. This path may contain wildcards to use multiple masks at once. (default: No mask used)
General Options#
--split_b_DValue to split the bvals to estimate D for the two-stage process of fitting. (default: 400)
--split_b_S0Value to split the bvals to estimate S0 for the two-stage process of fitting. (default: 200)
--b0_thresholdThreshold value for the b0 bval. (default: 0)
--save_metricsList of metrics to save. Possible values: S0_predicted, perfusion_fraction, D_star, D (default: None)
Output Options#
--out_dirOutput directory. (default: current directory)
--out_S0_predictedName of the S0 signal estimated to be saved. (default: S0_predicted.nii.gz)
--out_perfusion_fractionName of the estimated volume fractions to be saved. (default: perfusion_fraction.nii.gz)
--out_D_starName of the estimated pseudo-diffusion parameter to be saved. (default: D_star.nii.gz)
--out_DName of the estimated diffusion parameter to be saved. (default: D.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.