pnlbwh / ukftractography

Other
25 stars 27 forks source link

[nrrd] nrrdLoad: trouble reading .nii.gz --> UKFTractography in pnlpipe docker container #160

Closed kavandeloo97 closed 3 months ago

kavandeloo97 commented 5 months ago

Hi there, I get an error when trying to run UKFTractography in the pnlpipe docker container (please advise, thank you in advance!):

(pnlpipe3) [root@156c1c951699 dwi]# UKFTractography --dwiFile sub-HV153_ses-01_desc-UnXc_dwi_EdEp.nii.gz --maskFile sub-HV153_ses-01_desc-UnXc_dwi_maskQc.nii.gz --numThreads 8 --seedsPerVoxel 5 --recordTensors --freeWater --recordFreeWater --tracts ./sub-HV153_ses-01_desc-UnXc_dwi_EdEp.vtk

Using the 2T simple model with free water estimation. Setting the default parameters accordingly: "*": set by user "-": default setting

ISignalData could not be loaded UKFTractography: ITK ExceptionObject caught!

itk::ExceptionObject (0x55d24ad8a9e0) Location: "unknown" File: /home/pnlbwh/pnlpipe/soft_dir/ukftractography/UKFTractography/UKFTractography.cxx Line: 70 Description: itk::ERROR: ::LoadFiles failed with unknown error.

tashrifbillah commented 5 months ago

Hi Katie, it works with nrrd format only. Use nhdr_write.py to write an associated nhdr file and provide --dwiFile sub-HV153_ses-01_desc-UnXc_dwi_EdEp.nhdr

kavandeloo97 commented 3 months ago

Thanks!