- problem: you forgot the
-iflag before the input - fix: make sure you call with the
-iflag:
fslmeants -i fmri_data_file -c 34 25 4- problem: the file you are trying to use is not present (or not in current folder)
- fix:
- make sure you didn't make a typo
- make sure the file is present and you are in the correct folder
pwd # show the current folder name
ls # show content of current folder
cd ~/pcnData # change into correct folder if necessary



hello