DKI Processing #275
Unanswered
mmsarhan
asked this question in
Technical Support
Replies: 1 comment 6 replies
-
FSL's eddy only works with CUDA 10.0 if you have an Nvidia GPU. You need to get uninstall CUDA 10.2 and install CUDA 10.0 in its place. if you don't have a CUDA-enabled GPU, then resolve missing |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just ran the command to process my DKI data and I was not sure if everything was processed as I received many error messages. I have pasted the full error list that came up on my terminal. Thank you
I just finished processing my files and this is what came up. I am not sure if everything ran correctly and wanted to ask. I have the full error messages that came up below. Thanks again for your help.
(DKE) [blab@localhost Scans]$ pydesigner -s DKI_BIPOLAR_2.5mm_64dir_50slices_20/
mrinfo: [done] scanning DICOM folder "/home/blab...LAR_2.5mm_64dir_50slices_20"
mrinfo: [100%] reading DICOM series "DKI_BIPOLAR_2.5mm_64dir_50slices"
mrconvert -quiet /home/blab/Downloads/Scans/dwi0.mif /home/blab/Downloads/Scans/working.mif
Insufficient information in .json file to determine Fourier status. Assuming DWI is partial Fourier
[WARNING] Given DWI is partial fourier, overriding --degibbs; no unringing correction will be done to avoid artifacts.Use the "--adv" flag to run forced corrections.
dwifslpreproc: [WARNING] DWI header indicates no phase encoding contrast between b=0 images; proceeding without inhomogeneity field estimation
dwifslpreproc: [ERROR] eddy* --imain=eddy_in.nii --mask=eddy_mask.nii --acqp=eddy_config.txt --index=eddy_indices.txt --bvecs=bvecs --bvals=bvals --repol --data_is_shelled --out=dwi_post_eddy --verbose (app.py:196)
dwifslpreproc: [ERROR] Information from failed command:
dwifslpreproc:
=============
eddy_cuda10.2
=============
dwifslpreproc:
dwifslpreproc: [ERROR] For debugging, inspect contents of scratch directory: /home/blab/Downloads/Scans/dwifslpreproc-tmp-L7K02X/
Traceback (most recent call last):
File "/home/blab/anaconda3/envs/DKE/bin/pydesigner", line 8, in
sys.exit(main())
File "/home/blab/anaconda3/envs/DKE/lib/python3.7/site-packages/designer/pydesigner.py", line 644, in main
verbose=args.verbose)
File "/home/blab/anaconda3/envs/DKE/lib/python3.7/site-packages/designer/preprocessing/mrpreproc.py", line 481, in undistort
raise Exception('dwifslpreproc failed, please look above for '
Exception: dwifslpreproc failed, please look above for error sources.
(DKE) [blab@localhost Scans]$
Beta Was this translation helpful? Give feedback.
All reactions