Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
586d7d44
Commit
586d7d44
authored
Jan 29, 2018
by
Matthew Webster
Browse files
Create atlasquery ohi wrapper
parent
8764a649
Changes
2
Hide whitespace changes
Inline
Side-by-side
fsl/scripts/atlasq.py
View file @
586d7d44
...
...
@@ -737,6 +737,10 @@ def main(args=None):
return
0
def
atlasquery_emulation
(
args
=
None
):
if
args
is
None
:
args
=
sys
.
argv
[
1
:]
return
main
([
'ohi'
]
+
args
)
if
__name__
==
'__main__'
:
sys
.
exit
(
main
())
setup.py
View file @
586d7d44
...
...
@@ -127,7 +127,8 @@ setup(
'immv = fsl.scripts.immv:main'
,
'imcp = fsl.scripts.imcp:main'
,
'imglob = fsl.scripts.imglob:main'
,
'atlasquery = fsl.scripts.atlasq:main'
,
'atlasq = fsl.scripts.atlasq:main'
,
'atlasquery = fsl.scripts.atlasq:atlasquery_emulation'
,
]
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment