dke-questions
dke-questions > RE: Does anyone have problems performing Fiber Tracking after successfully processing DKE?
Jan 18, 2018 04:01 PM | Hunter Moss
RE: Does anyone have problems performing Fiber Tracking after successfully processing DKE?
Hi Xinman,
In Matlab you can use this kind of command to run the FT.
% FT with DKE
call_dke_ft = sprintf('%s/run_dke_ft.sh %s %s',file_paths.dkePath,file_paths.mcrPath,ft_params_new_fn);
system(call_dke_ft);
You will need to give it the path to DKE, the MCR compiler, and the path to the FT parameters file.
Hope this helps.
-Hunter
In Matlab you can use this kind of command to run the FT.
% FT with DKE
call_dke_ft = sprintf('%s/run_dke_ft.sh %s %s',file_paths.dkePath,file_paths.mcrPath,ft_params_new_fn);
system(call_dke_ft);
You will need to give it the path to DKE, the MCR compiler, and the path to the FT parameters file.
Hope this helps.
-Hunter
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 | |