Home > vbmeg > functions > tool_box > dmri_processor > functions > test > test_dmri_fodf_calc.m

test_dmri_fodf_calc

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 data_niftigz_file = '/home/cbi-data4/rhayashi/DWI/test_dti_fodf_calc/data.nii.gz';
0002 bval_file         = '/home/cbi-data4/rhayashi/te1-face/fsl/Sub08/dti_rot_mod/bvals';
0003 bvecs_file        = '/home/cbi-data4/rhayashi/te1-face/fsl/Sub08/dti_rot_mod/bvecs';
0004 area_niftigz_file = '/home/cbi-data4/rhayashi/DWI/test_dti_fodf_calc/sf.nii.gz';
0005 mask_niftigz_file = '/home/cbi-data4/rhayashi/DWI/test_dti_fodf_calc/nodif_brain_mask.nii.gz';
0006 output_mif_file   = '/home/cbi-data4/rhayashi/DWI/test_dti_fodf_calc/CSD6.mif';
0007 
0008 
0009 dti_fodf_calc(data_niftigz_file, bval_file, bvecs_file, ...
0010                        area_niftigz_file, ...
0011                        mask_niftigz_file, ...
0012                        output_mif_file)

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005