Dear experts
When I do Segmentation of hippocampal subfields, it report that ERROR:connot find /nfs/preproc/muti_first/s....
What should I do next?
THe scripts was following:
SUBJECTS_DIR=/nfs/preproc/multi_first
subject_list=${SUBJECTS_DIR}/scripts/check/hipp.list
## Get subjects to run
subjects=$( cat ${subject_list} )
## A. SUBJECT LOOP
for subject in $subjects
do
echo --------------------------
echo running subject ${subject}
echo --------------------------
recon-all -s ${subject} -hippo-subfields
done
echo All have finished
Wangkangcheng