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

*** empty log message ***

parent 8c10e86b
No related branches found
No related tags found
No related merge requests found
......@@ -7,15 +7,13 @@ if [ $# -lt 1 ] ; then
fi
FSLDIR=/usr/local/fsltest
export FSLDIR
for fm in $@ ; do
stdspace=0;
if [ `$FSLDIR/bin/imtest $fm` = 1 ] ; then
fn=`$FSLDIR/bin/imglob $fm`
fb=`$FSLDIR/bin/remove_ext $fn`
if [ X`$FSLDIR/bin/avwval $fb descrip` != XFSL3.2beta ] ; then
if [ "`$FSLDIR/bin/avwval $fb descrip`" != "FSL3.2beta" ] ; then
# make a backup copy and check to see if it copied OK (exit if not)
ftmp=`echo ${fn} | sed 's/.nii/_niifix.nii/'`
......
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