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
Evan Edmond
fslpy
Commits
b4ae9ac1
Commit
b4ae9ac1
authored
Apr 22, 2020
by
Paul McCarthy
🚵
Browse files
Merge branch 'rf/fast-wrapper' into 'master'
Rf/fast wrapper See merge request fsl/fslpy!227
parents
5792f491
581b147c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
b4ae9ac1
...
...
@@ -2,6 +2,18 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
3.1.0 (Under development)
-------------------------
Fixed
^^^^^
* Updated the :func:`.fast` wrapper to support some single-character
command-line flags.
3.0.1 (Wednesday 15th April 2020)
---------------------------------
...
...
fsl/wrappers/fast.py
View file @
b4ae9ac1
...
...
@@ -34,10 +34,18 @@ def fast(imgs, out='fast', **kwargs):
asrt
.
assertIsNifti
(
*
imgs
)
valmap
=
{
'nobias'
:
wutils
.
SHOW_IF_TRUE
,
'verbose'
:
wutils
.
SHOW_IF_TRUE
,
'Prior'
:
wutils
.
SHOW_IF_TRUE
,
'nobias'
:
wutils
.
SHOW_IF_TRUE
,
'N'
:
wutils
.
SHOW_IF_TRUE
,
'verbose'
:
wutils
.
SHOW_IF_TRUE
,
'v'
:
wutils
.
SHOW_IF_TRUE
,
'Prior'
:
wutils
.
SHOW_IF_TRUE
,
'P'
:
wutils
.
SHOW_IF_TRUE
,
'segments'
:
wutils
.
SHOW_IF_TRUE
,
'nopve'
:
wutils
.
SHOW_IF_TRUE
,
'g'
:
wutils
.
SHOW_IF_TRUE
,
'b'
:
wutils
.
SHOW_IF_TRUE
,
'B'
:
wutils
.
SHOW_IF_TRUE
,
'p'
:
wutils
.
SHOW_IF_TRUE
,
}
argmap
=
{
...
...
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