Hi
I am new to Mac as I use Linux most of the time. I was wondering how to set a working directory using the terminal. For example, I use fslmaths, which is one of the fsl software tools, on my MRI datasets in a specific directory. However, it complains that no such file. I think fslmaths searchs for the file outside the current working directory. any hint please?
One example:
Image Exception : #63 :: No image files match: aseg-in-rawavg_lower_thresholded_CC_Whole.img
I am using it in Mac OS (bash shell).
The fsl setup is as follows:
# FSL Setup
FSLDIR=/Users/imaging/fsl
PATH=${FSLDIR}/share/fsl/bin:${PATH}
export FSLDIR PATH
. ${FSLDIR}/etc/fslconf/fsl.sh
Thanks in advance,
I am new to Mac as I use Linux most of the time. I was wondering how to set a working directory using the terminal. For example, I use fslmaths, which is one of the fsl software tools, on my MRI datasets in a specific directory. However, it complains that no such file. I think fslmaths searchs for the file outside the current working directory. any hint please?
One example:
Image Exception : #63 :: No image files match: aseg-in-rawavg_lower_thresholded_CC_Whole.img
I am using it in Mac OS (bash shell).
The fsl setup is as follows:
# FSL Setup
FSLDIR=/Users/imaging/fsl
PATH=${FSLDIR}/share/fsl/bin:${PATH}
export FSLDIR PATH
. ${FSLDIR}/etc/fslconf/fsl.sh
Thanks in advance,