Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
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
fslpy
Commits
15603d98
Commit
15603d98
authored
5 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
BF: Fix to argument specs
parent
7fee93d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fsl/scripts/fsl_apply_x5.py
+5
-5
5 additions, 5 deletions
fsl/scripts/fsl_apply_x5.py
with
5 additions
and
5 deletions
fsl/scripts/fsl_apply_x5.py
+
5
−
5
View file @
15603d98
...
@@ -46,15 +46,15 @@ def parseArgs(args=None):
...
@@ -46,15 +46,15 @@ def parseArgs(args=None):
'
reference specified in X5 file)
'
,
'
reference specified in X5 file)
'
,
}
}
opts
=
{
opts
=
{
'
input
'
:
dict
(
helps
[
'
input
'
],
'
input
'
:
dict
(
help
=
helps
[
'
input
'
],
type
=
parse_data
.
Image
),
type
=
parse_data
.
Image
),
'
xform
'
:
dict
(
helps
[
'
xform
'
]),
'
xform
'
:
dict
(
help
=
helps
[
'
xform
'
]),
'
output
'
:
dict
(
helps
[
'
output
'
],
'
output
'
:
dict
(
help
=
helps
[
'
output
'
],
type
=
parse_data
.
ImageOut
),
type
=
parse_data
.
ImageOut
),
'
interp
'
:
dict
(
helps
[
'
interp
'
],
'
interp
'
:
dict
(
help
=
helps
[
'
interp
'
],
choices
=
(
'
nearest
'
,
'
linear
'
,
'
cubic
'
),
choices
=
(
'
nearest
'
,
'
linear
'
,
'
cubic
'
),
default
=
'
linear
'
),
default
=
'
linear
'
),
'
ref
'
:
dict
(
helps
[
'
ref
'
],
'
ref
'
:
dict
(
help
=
helps
[
'
ref
'
],
type
=
ft
.
partial
(
parse_data
.
Image
,
loadData
=
False
)),
type
=
ft
.
partial
(
parse_data
.
Image
,
loadData
=
False
)),
}
}
...
...
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