dke-questions
dke-questions > RE: Does anyone have problems performing Fiber Tracking after successfully processing DKE?
Apr 10, 2018 05:04 AM | Xinman Liu
RE: Does anyone have problems performing Fiber Tracking after successfully processing DKE?
Hi, Corinne,
I am sorry to disturb again.
I realized why it still read "Make sure map_interpolation_method.flag = 0 for tensor fitting " after I have already set map_interpolation method. flag=0.
The reason is, even though I turn the interpolation off in DKEparameters.dat, it still show in the Terminal that map_interpolation_method.flag = 0. And that's the problem. But how am I supposed to do that when I cannot actually turn it off?
% Tue Apr 10 07:16:34 AM
studydir = 'F:\A3';
subject_list = {''};
preprocess_options.format = 'dicom';
preprocess_options.navg = 1;
preprocess_options.extra_b0 = 0;
preprocess_options.coreg_flag = 1;
preprocess_options.series_description = {'ep2d_diff_12CH_STD_30_2x2x2_256FOV_b1000_dist0_AP'};
fn_img_prefix = 'rdki';
bval = [0 1000 2000];
ndir = 30;
idx_1st_img = 1;
Kmin = 0;
NKmax = 3;
Kmin_final = 0;
Kmax_final = 3;
T = 50;
find_brain_mask_flag = 1;
dki_method.no_tensor = 0;
dki_method.linear_weighting = 1;
dki_method.linear_constrained = 1;
dki_method.nonlinear = 0;
dki_method.linear_violations = 0;
dki_method.robust_option = 0;
dki_method.noise_tolerance = 0.09;
dti_method.dti_flag = 0;
dti_method.dti_only = 0;
dti_method.no_tensor = 0;
dti_method.linear_weighting = 1;
dti_method.b_value = 1e+003;
dti_method.directions{1} = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30];
dti_method.robust_option = 0;
dti_method.noise_tolerance = 0.09;
fn_noise = '';
fwhm_img = [3.375 3.375 3.375];
fwhm_noise = [0 0 0];
median_filter_method = 2;
map_interpolation_method.flag = 1;
map_interpolation_method.order = 1;
map_interpolation_method.resolution = 1;
fn_gradients = 'gradient_vectors_siemens30.dat';
idx_gradients{1} = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30];
idx_gradients{2} = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30];
command line: dke DKEParameters.dat
Diffusional Kurtosis Estimator (DKE) version 2.6.0, February 2015
Start date and time: April 10, 2018 07:17:25
Diffusional Kurtosis Estimator (DKE) version 2.6.0
Converting input DICOM images to NIfTI... complete.
Co-registering images...
iteration 1...
0 0 0 0 0 0 | -1.1333
0 0 0 0 0 0 | -1.1333
0 0 -0.001533 0 0 0 | -1.1333
0 0 -0.001533 -2.227e-06 0 0 | -1.1333
0 0 -0.001533 -2.227e-06 0 0 | -1.1333
0 0 -0.001533 -2.227e-06 0 -1.184e-06 | -1.1333
iteration 1...
0 0 -0.001533 -2.227e-06 0 -1.184e-06 | -1.133
0 0 -0.001533 -2.227e-06 0 -1.184e-06 | -1.133
0 0 -0.001163 -2.227e-06 0 -1.184e-06 | -1.133
0 0 -0.001163 -4.901e-05 0 -1.184e-06 | -1.133
0 0 -0.001163 -4.901e-05 0 -1.184e-06 | -1.133
0 0 -0.001163 -4.901e-05 0 -4.085e-05 | -1.133
Co-registration complete.
Averaging images... complete.
Reading input images... complete
Filtering input images... complete.
Processing voxels... 100% complete.
Writing output images to files...
Writing and interpolating F:\A3\kmean.nii
Writing and interpolating F:\A3\dmean.nii
Writing and interpolating F:\A3\kax.nii
Writing and interpolating F:\A3\krad.nii
Writing and interpolating F:\A3\dax.nii
Writing and interpolating F:\A3\drad.nii
Writing and interpolating F:\A3\fa.nii
Writing and interpolating F:\A3\kfa.nii
Writing and interpolating F:\A3\mkt.nii
Writing F:\A3\KT.mat
Writing F:\A3\DT.mat
Complete
Diffusional kurtosis maps are in folder F:\A3
DKE processing parameters file is F:\A3\DKEParameters.dat
DKE log file is F:\A3\dke.log
So could you please tell me how can I deal with this? Und in the User's Guide, there is no details about how to deal with this...
And there is another problem, which is DKEparameters.dat will be created only when I run DKE first, then the document will be created. And that means I need to run it two times. Otherwise, how can I suppose to find the DKEparameters.dat document?
Best regards,
Xinman
I am sorry to disturb again.
I realized why it still read "Make sure map_interpolation_method.flag = 0 for tensor fitting " after I have already set map_interpolation method. flag=0.
The reason is, even though I turn the interpolation off in DKEparameters.dat, it still show in the Terminal that map_interpolation_method.flag = 0. And that's the problem. But how am I supposed to do that when I cannot actually turn it off?
% Tue Apr 10 07:16:34 AM
studydir = 'F:\A3';
subject_list = {''};
preprocess_options.format = 'dicom';
preprocess_options.navg = 1;
preprocess_options.extra_b0 = 0;
preprocess_options.coreg_flag = 1;
preprocess_options.series_description = {'ep2d_diff_12CH_STD_30_2x2x2_256FOV_b1000_dist0_AP'};
fn_img_prefix = 'rdki';
bval = [0 1000 2000];
ndir = 30;
idx_1st_img = 1;
Kmin = 0;
NKmax = 3;
Kmin_final = 0;
Kmax_final = 3;
T = 50;
find_brain_mask_flag = 1;
dki_method.no_tensor = 0;
dki_method.linear_weighting = 1;
dki_method.linear_constrained = 1;
dki_method.nonlinear = 0;
dki_method.linear_violations = 0;
dki_method.robust_option = 0;
dki_method.noise_tolerance = 0.09;
dti_method.dti_flag = 0;
dti_method.dti_only = 0;
dti_method.no_tensor = 0;
dti_method.linear_weighting = 1;
dti_method.b_value = 1e+003;
dti_method.directions{1} = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30];
dti_method.robust_option = 0;
dti_method.noise_tolerance = 0.09;
fn_noise = '';
fwhm_img = [3.375 3.375 3.375];
fwhm_noise = [0 0 0];
median_filter_method = 2;
map_interpolation_method.flag = 1;
map_interpolation_method.order = 1;
map_interpolation_method.resolution = 1;
fn_gradients = 'gradient_vectors_siemens30.dat';
idx_gradients{1} = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30];
idx_gradients{2} = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30];
command line: dke DKEParameters.dat
Diffusional Kurtosis Estimator (DKE) version 2.6.0, February 2015
Start date and time: April 10, 2018 07:17:25
Diffusional Kurtosis Estimator (DKE) version 2.6.0
Converting input DICOM images to NIfTI... complete.
Co-registering images...
iteration 1...
0 0 0 0 0 0 | -1.1333
0 0 0 0 0 0 | -1.1333
0 0 -0.001533 0 0 0 | -1.1333
0 0 -0.001533 -2.227e-06 0 0 | -1.1333
0 0 -0.001533 -2.227e-06 0 0 | -1.1333
0 0 -0.001533 -2.227e-06 0 -1.184e-06 | -1.1333
iteration 1...
0 0 -0.001533 -2.227e-06 0 -1.184e-06 | -1.133
0 0 -0.001533 -2.227e-06 0 -1.184e-06 | -1.133
0 0 -0.001163 -2.227e-06 0 -1.184e-06 | -1.133
0 0 -0.001163 -4.901e-05 0 -1.184e-06 | -1.133
0 0 -0.001163 -4.901e-05 0 -1.184e-06 | -1.133
0 0 -0.001163 -4.901e-05 0 -4.085e-05 | -1.133
Co-registration complete.
Averaging images... complete.
Reading input images... complete
Filtering input images... complete.
Processing voxels... 100% complete.
Writing output images to files...
Writing and interpolating F:\A3\kmean.nii
Writing and interpolating F:\A3\dmean.nii
Writing and interpolating F:\A3\kax.nii
Writing and interpolating F:\A3\krad.nii
Writing and interpolating F:\A3\dax.nii
Writing and interpolating F:\A3\drad.nii
Writing and interpolating F:\A3\fa.nii
Writing and interpolating F:\A3\kfa.nii
Writing and interpolating F:\A3\mkt.nii
Writing F:\A3\KT.mat
Writing F:\A3\DT.mat
Complete
Diffusional kurtosis maps are in folder F:\A3
DKE processing parameters file is F:\A3\DKEParameters.dat
DKE log file is F:\A3\dke.log
So could you please tell me how can I deal with this? Und in the User's Guide, there is no details about how to deal with this...
And there is another problem, which is DKEparameters.dat will be created only when I run DKE first, then the document will be created. And that means I need to run it two times. Otherwise, how can I suppose to find the DKEparameters.dat document?
Best regards,
Xinman
Threaded View
Title | Author | Date |
---|---|---|
Xinman Liu | Jan 18, 2018 | |
Xinman Liu | Feb 5, 2018 | |
Corinne McGill | Feb 5, 2018 | |
Xinman Liu | Feb 7, 2018 | |
Corinne McGill | Feb 12, 2018 | |
Xinman Liu | Apr 9, 2018 | |
Corinne McGill | Apr 9, 2018 | |
Xinman Liu | Apr 10, 2018 | |
Andrew Taylor | Apr 11, 2018 | |
Xinman Liu | Apr 12, 2018 | |
Xinman Liu | Apr 12, 2018 | |
Xinman Liu | Apr 9, 2018 | |
Xinman Liu | Apr 9, 2018 | |
Hunter Moss | Jan 18, 2018 | |
Corinne McGill | Jan 18, 2018 | |