External Email - Use Caution
Hello FreeSurfer Developers,
I'm attempting to preprocesss a t1.nii.gz image in freesurfer with recon-all. I'm following the tutorial for linux in https://secure-web.cisco.com/1LNJqjy9_CcjRF6N2vjvepp4rKUty6HrwT4CmaUGa6hhi_5....
(base) eduardo@eduardo-X555UB:~/Área de Trabalho/Grant_Tractography$ export FREESURFER_HOME=/usr/local/freesurfer (base) eduardo@eduardo-X555UB:~/Área de Trabalho/Grant_Tractography$ . $FREESURFER_HOME/SetUpFreeSurfer.sh -------- freesurfer-linux-centos6_x86_64-7.1.1-20200723-8b40551 -------- Setting up environment for FreeSurfer/FS-FAST (and FSL) FREESURFER_HOME /usr/local/freesurfer FSFAST_HOME /usr/local/freesurfer/fsfast FSF_OUTPUT_FORMAT nii.gz SUBJECTS_DIR /usr/local/freesurfer/subjects MNI_DIR /usr/local/freesurfer/mni FSL_DIR /home/eduardo/fsl
I'm getting the following error when I run the command:
(base) eduardo@eduardo-X555UB:~/Área de Trabalho/Grant_Tractography$ recon-all -s Grant_sub -i t1.nii.gz -all
ERROR:
/home/eduardo/\301rea de Trabalho/Grant_Tractography: No such file or directory.
This error is strange for me. I don't know why it is showing "\301rea de Trabalho/" if the correct name of the directory is "Área de Trabalho". The t1.nii.gz is in the path directory I'm using in the terminal.
Please, can anybody help how to fix this bug? I've looked for similar bug reports. Probably it is something simple, but I couln't found how to solve the problem.
1) FreeSurfer version: freesurfer-linux-centos6_x86_64-7.1.1-20200723-8b40551 2) Platform: Ubuntu 20.04.1 3) uname -a: Linux eduardo-X555UB 5.8.0-43-generic #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Best regards