You must be logged in to post Login Register


Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

odf_recon: Error reading vector file DSI_vectors_181.dat

UserPost

5:50 pm
October 17, 2011


mayliszt

Member

posts 4

Dear DTK developers:

         I met a problem when using odf_recon from my shell script: "Error reading vector file DSI_vectors_181.dat".  Below is my command lines:

——————————————————————————–

jli@jli-ubuntu:~/collabs/tmp$ odf_recon "/home/jli/ifshome/collabs/tmp/ep2ddiffWIP96x96PAT.nii.gz" 31 181 "/home/jli/ifshome/collabs/tmp/dti" -b0 0 -mat "/tmp/dtk_tmp/matrices/temp_mat.dat" -p 3 -sn 1 -ot nii

Volume dimension: 192 192 55
Voxel size: 1.250 1.250 2.500
Reading recon matrix…done
Matrix file being used: /tmp/dtk_tmp/matrices/temp_mat.dat

Error reading vector file DSI_vectors_181.dat

—————————————————————

 

My Diagnosis did not find any problem:

jli@jli-ubuntu:~/collabs/tmp$ echo $PATH
/home/jli/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/dtk:/opt/dtk/matrices

jli@jli-ubuntu:~/collabs/tmp$ ls -l /opt/dtk/matrices/DSI_vectors_181.dat
-rwxr–r-x 1 root root 2172 2011-09-29 16:25 /opt/dtk/matrices/DSI_vectors_181.dat

11:35 am
October 18, 2011


Ruopeng

Admin

posts 406

You need to set "DSI_PATH" to the matrices directory.

http://trackvis.org/dtk/?subsect=script

Ruopeng

6:12 pm
October 18, 2011


mayliszt

Member

posts 4

Thank you, Smile

Ruopeng said:

You need to set "DSI_PATH" to the matrices directory.

http://trackvis.org/dtk/?subsect=script

Ruopeng