Skip to content
Snippets Groups Projects
Commit 328830e5 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

added data_type - the text readable form - to the output in avwinfo

parent f0747a7b
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ if [ $# -lt 1 ] ; then
exit 1 ;
fi
${FSLDIR}/bin/avwhd $1 | cat -v | egrep 'datatype|dim[1-4]|l.*m[ai][xn]|origin[123]|file_type'
${FSLDIR}/bin/avwhd $1 | cat -v | egrep 'data_type|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