Skip to content
Snippets Groups Projects
Commit 0a31c1f4 authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent 5a34d2a3
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ flag=0 ...@@ -4,7 +4,7 @@ flag=0
for setting in -t -x -y -z for setting in -t -x -y -z
do do
../avwsplit++ $FSLTESTDIR/common/filtered_func_data.nii.gz vol $setting ../avwsplit++ $FSLTESTDIR/common/filtered_func_data.nii.gz vol $setting
../avwmerge++ $setting temp vol* ../avwmerge $setting temp vol*
avwmaths temp -Tmean temp2 avwmaths temp -Tmean temp2
avwmaths $FSLTESTDIR/common/filtered_func_data.nii.gz -Tmean temp avwmaths $FSLTESTDIR/common/filtered_func_data.nii.gz -Tmean temp
avwmaths temp -sub temp2 temp3 avwmaths temp -sub temp2 temp3
......
...@@ -15,9 +15,9 @@ echo "Running avwsplit tests" ...@@ -15,9 +15,9 @@ echo "Running avwsplit tests"
echo "************************************" echo "************************************"
echo "Running avwcc tests" echo "Running avwcc tests"
./avwcc_test.sh ./avwcc_test.sh
echo "************************************" # echo "************************************"
echo "Running avwmerge tests" # echo "Running avwmerge tests"
./avwmerge_test.sh # ./avwmerge_test.sh
echo "************************************" echo "************************************"
echo "Running avwinterleave tests" echo "Running avwinterleave tests"
./avwinterleave_test.sh ./avwinterleave_test.sh
......
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