Skip to content

Commit

Permalink
fixed_typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cdla committed Feb 28, 2019
1 parent bf5337f commit cde0242
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/extract_indiv_labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ for subj in `cd ${SUBJECTS_DIR}; ls -d 0* 1* 2* 3* 4*`; do
echo "working on parc ${parc}"
for hemi in lh rh; do

mkdir -pv ${OUTDIR}/${subj}/${parc}
mri_annotation2label --subject ${subj} --hemi ${hemi} --outdir ${OUTDIR}/${subj}/${parc} \
--labelbase ${hemi}_${parc}_label
mkdir -pv ${OUTDIR}/${subj}/${parc}_${hemi}
mri_annotation2label --subject ${subj} --hemi ${hemi} --outdir ${OUTDIR}/${subj}/${parc}_${hemi} \

done
done
Expand Down

0 comments on commit cde0242

Please sign in to comment.