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

*** empty log message ***

parent e324a26e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
Stephen Smith, FMRIB Image Analysis Group
Copyright (C) 1999-2001 University of Oxford */
Copyright (C) 1999-2005 University of Oxford */
/* CCOPYRIGHT */
......@@ -24,6 +24,7 @@ void usage(void)
printf("\nUsage: avwroi <input> <output> <xmin> <xsize> <ymin> <ysize> <zmin> <zsize>\n");
printf(" avwroi <input> <output> <tmin> <tsize>\n");
printf(" avwroi <input> <output> <xmin> <xsize> <ymin> <ysize> <zmin> <zsize> <tmin> <tsize>\n\n");
printf("Note: counting (in both time and space) starts with 0 not 1!\n\n");
exit(1);
}
......
......@@ -4,7 +4,7 @@
#
# FMRIB Image Analysis Group
#
# Copyright (C) 1999-2004 University of Oxford
# Copyright (C) 1999-2005 University of Oxford
#
# SHCOPYRIGHT
......@@ -13,6 +13,5 @@ if [ $# -lt 1 ] ; then
exit 1 ;
fi
avwhd $1 | cat -v | egrep 'datatype|dim[1-4]|l.*m[ai][xn]|origin[123]|file_type'
${FSLDIR}/bin/avwhd $1 | cat -v | egrep 'datatype|dim[1-4]|l.*m[ai][xn]|origin[123]|file_type'
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