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

*** empty log message ***

parent d5bd5b36
No related branches found
No related tags found
No related merge requests found
...@@ -13,15 +13,14 @@ using namespace MISCMATHS; ...@@ -13,15 +13,14 @@ using namespace MISCMATHS;
void print_usage(const string& progname) void print_usage(const string& progname)
{ {
cout << endl; cout << endl;
cout << "Usage: fslsplit <inputfile.hdr>" << endl; cout << "Usage: fslsplit <input>" << endl;
cout << " fslsplit <inputfile.hdr> [basename] [-t/x/y/z]" << endl; cout << " fslsplit <input> [output_basename] [-t/x/y/z]" << endl;
cout << " -t : seperate images in time (default behaviour)" << endl; cout << " -t : separate images in time (default behaviour)" << endl;
cout << " -x : seperate images in the x direction" << endl; cout << " -x : separate images in the x direction" << endl;
cout << " -y : seperate images in the y direction" << endl; cout << " -y : separate images in the y direction" << endl;
cout << " -z : seperate images in the z direction" << endl; cout << " -z : separate images in the z direction" << endl;
} }
template <class T> template <class T>
int fmrib_main(int argc, char *argv[]) int fmrib_main(int argc, char *argv[])
{ {
...@@ -69,4 +68,3 @@ int main(int argc,char *argv[]) ...@@ -69,4 +68,3 @@ int main(int argc,char *argv[])
return call_fmrib_main(dtype(iname),argc,argv); return call_fmrib_main(dtype(iname),argc,argv);
} }
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