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

CVS: ----------------------------------------------------------------------

parent 81c11e77
Branches universal_branch
Tags stable_33final universal
No related merge requests found
......@@ -50,10 +50,10 @@ Option<string> outputname(string("-o,--out"), string(""),
string("filename of output timeseries"),
false, requires_argument);
Option<string> tcustom(string("--tcustom"), string(""),
string("filename of single-column custom interleave timing file"),
string("filename of single-column slice timings, in fractions of TR, range 0:1 (default is 0.5 = no shift)"),
false, requires_argument);
Option<float> tglobal(string("--tglobal"), 0.5,
string("global shift (default is 0.5 = no shift)"),
string("global shift in fraction of TR, range 0:1 (default is 0.5 = no shift)"),
false, requires_argument);
Option<string> ocustom(string("--ocustom"), string(""),
string("filename of single-column custom interleave order file (first slice is referred to as 1 not 0)"),
......
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