Skip to content
Snippets Groups Projects
Commit 5988431f authored by Matthew Webster's avatar Matthew Webster
Browse files

removed versions

parent 77370adf
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ int fmrib_main(int argc, char *argv[]) ...@@ -69,7 +69,7 @@ int fmrib_main(int argc, char *argv[])
int main(int argc,char *argv[]) int main(int argc,char *argv[])
{ {
string title("fslcc (Version 1.2)"); string title("fslcc");
string examples("fslcc [options] <first_input> <second_input> "); string examples("fslcc [options] <first_input> <second_input> ");
OptionParser options(title, examples); OptionParser options(title, examples);
......
...@@ -23,7 +23,7 @@ using namespace Utilities; ...@@ -23,7 +23,7 @@ using namespace Utilities;
// The two strings below specify the title and example usage that is // The two strings below specify the title and example usage that is
// printed out as the help or usage message // printed out as the help or usage message
string title="fslmeants (Version 1.2)\nCopyright(c) 2004-2009, University of Oxford (Mark Jenkinson, Christian F. Beckmann)\nPrints average timeseries (intensities) to the screen (or saves to a file).\nThe average is taken over all voxels in the mask (or all voxels in the image if no mask is specified).\n"; string title="fslmeants\nCopyright(c) 2004-2009, University of Oxford (Mark Jenkinson, Christian F. Beckmann)\nPrints average timeseries (intensities) to the screen (or saves to a file).\nThe average is taken over all voxels in the mask (or all voxels in the image if no mask is specified).\n";
string examples="fslmeants -i filtered_func_data -o meants.txt -m my_mask\nfslmeants -i filtered_func_data -m my_mask\nfslmeants -i filtered_func_data -c 24 19 10"; string examples="fslmeants -i filtered_func_data -o meants.txt -m my_mask\nfslmeants -i filtered_func_data -m my_mask\nfslmeants -i filtered_func_data -c 24 19 10";
// Each (global) object below specificies as option and can be accessed // Each (global) object below specificies as option and can be accessed
......
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