Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
slicetimer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
slicetimer
Commits
5efa9110
Commit
5efa9110
authored
19 years ago
by
Stephen Smith
Browse files
Options
Downloads
Patches
Plain Diff
CVS: ----------------------------------------------------------------------
parent
81c11e77
Branches
universal_branch
Branches containing commit
Tags
stable_33final
universal
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slicetimer.cc
+2
-2
2 additions, 2 deletions
slicetimer.cc
with
2 additions
and
2 deletions
slicetimer.cc
+
2
−
2
View file @
5efa9110
...
...
@@ -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)"
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment