External Email - Use Caution
#!/bin/tcsh
setenv FREESURFER_HOME /Applications/freesurfer
source $FREESURFER_HOME/SetUpFreeSurfer.csh
foreach subj (MCIP0031 MCIP0032 MCIP0033 MCIP0035 MCIP0036 MCIP0041 MCIP0048 MCIP0052 MCIP0053 MCIP0054 MCIP0055 MCIP0058 MCIP0061)
setenv SUBJECTS_DIR /Volumes/DANIEL/freesurfer_MCIP
segmentHA_T1_long.sh base_${subj}
end
I get the following error.
[hlhp-105:/Volumes/DANIEL/freesurfer_MCIP] administrator% ./recon-all_longitudinal_hippo.sh
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
segmentHA_T1_long.sh: Command not found.
Best,
Daniel Callow