Respected sir/ma’am,
For performing tractography, I wish to execute dwi2mask, dwi2response, dwi2fod one after another. But unfortunately I am stuck at dwi2response. I am trying to execute it with tournier, according to the document on this link.
I do not get any error stating that the no. of arguements is less than necessity, but I get error regarding mrconvert function, which I am supposing would be performed eventually for the dwi2response.
Please find the code and the error shown below.
mallo@fountainhead:~/mrtrix3/scripts$ ./dwi2response tournier /media/mallo/Pandora/CRG_Barcelona/At_the_CRG/Nifti/nii2mif.mif /media/mallo/Pandora/CRG_Barcelona/At_the_CRG/Nifti/response.txt
dwi2response:
dwi2response: Note that this script makes use of commands / algorithms that have relevant articles for citation; INCLUDING FROM EXTERNAL SOFTWARE PACKAGES. Please consult the help page (-help option) for more information.
dwi2response:
dwi2response: Generated temporary directory: /tmp/dwi2response-tmp-TYVDLT/
Command: mrconvert /media/mallo/Pandora/CRG_Barcelona/At_the_CRG/Nifti/nii2mif.mif - -stride 0,0,0,1 | dwiextract - /tmp/dwi2response-tmp-TYVDLT/dwi.mif
dwiextract: [ERROR] no filename supplied to standard input (broken pipe?)
dwiextract: [ERROR] error opening image "-"
dwi2response: [ERROR] Command failed: mrconvert /media/mallo/Pandora/CRG_Barcelona/At_the_CRG/Nifti/nii2mif.mif - -stride 0,0,0,1 | dwiextract - /tmp/dwi2response-tmp-TYVDLT/dwi.mif
dwi2response: Changing back to original directory (/home/mallo/mrtrix3/scripts)
dwi2response: Deleting temporary directory /tmp/dwi2response-tmp-TYVDLT/
mallo@fountainhead:~/mrtrix3/scripts$
Please help me rectify this issue.