From 5efa9110ca6b237d1e067c8f13bf83cbddb46d75 Mon Sep 17 00:00:00 2001 From: Stephen Smith <steve@fmrib.ox.ac.uk> Date: Mon, 13 Mar 2006 07:28:27 +0000 Subject: [PATCH] CVS: ---------------------------------------------------------------------- --- slicetimer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slicetimer.cc b/slicetimer.cc index ab14ef5..f8f1ee7 100644 --- a/slicetimer.cc +++ b/slicetimer.cc @@ -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)"), -- GitLab