Skip to content
Snippets Groups Projects
Commit 5879db28 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Only run mist on a few structures

parent 27f7fafa
No related branches found
No related tags found
No related merge requests found
...@@ -12,14 +12,7 @@ pushd $outdir > /dev/null ...@@ -12,14 +12,7 @@ pushd $outdir > /dev/null
cp -LR $datadir/* . cp -LR $datadir/* .
mist_1_train mist_1_train hippocampus thalamus red_nucleus
mist_2_fit mist_2_fit
# save a bit of space - remove input data
for subj in ./???; do
rm $subj/T1.nii.gz
rm $subj/T1_brain.nii.gz
rm $subj/FA.nii.gz
done
popd > /dev/null popd > /dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment