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
a3d9749e
Commit
a3d9749e
authored
Jan 29, 2018
by
Matthew Webster
Browse files
Added docstring
parent
9d110f2d
Changes
1
Show whitespace changes
Inline
Side-by-side
fsl/scripts/atlasq.py
View file @
a3d9749e
...
...
@@ -738,8 +738,13 @@ def main(args=None):
return
0
def
atlasquery_emulation
(
args
=
None
):
"""Entry point for ``atlasquery``. Runs as ``atlasq`` in ``ohi``
mode.
"""
if
args
is
None
:
args
=
sys
.
argv
[
1
:]
return
main
([
'ohi'
]
+
args
)
if
__name__
==
'__main__'
:
...
...
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