Skip to content
Snippets Groups Projects
Commit f6b9c355 authored by Rita Nunes's avatar Rita Nunes
Browse files

created function to rotate bvecs

parent 954617a4
No related branches found
No related tags found
No related merge requests found
...@@ -345,7 +345,7 @@ if [ $number_acqs -eq 1 ]; then ...@@ -345,7 +345,7 @@ if [ $number_acqs -eq 1 ]; then
else else
fid_direc='${dtifid}${scan_numb}.fid'; fid_direc='${dtifid}${scan_numb}.fid';
fi fi
rotate_bvs $fid_direc;; correct_bvs $fid_direc;;
*) exit;; *) exit;;
esac esac
fi fi
......
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