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
82997da0
Commit
82997da0
authored
Jan 29, 2021
by
Paul McCarthy
🚵
Browse files
DOC: Address sphinx warnings
parent
015c0dce
Changes
2
Hide whitespace changes
Inline
Side-by-side
fsl/data/cifti.py
View file @
82997da0
...
...
@@ -343,7 +343,7 @@ class BrainStructure(object):
:param primary: Name of the brain structure (e.g. cortex, thalamus)
:param secondary: Further specification of which part of the brain structure is described (e.g. 'white' or
'pial' for the cortex)
'pial' for the cortex)
:param hemisphere: which hemisphere is the brain structure in ('left', 'right', or 'both')
:param geometry: does the parent object describe the 'volume' or the 'surface'
"""
...
...
@@ -490,4 +490,3 @@ def load(filename, mask_values=(0, np.nan), writable=False) -> Union[DenseCifti,
if
writable
:
raise
ValueError
(
"Can not open NIFTI file in writable mode"
)
return
Cifti
.
from_image
(
vol_img
,
mask_values
)
fsl/wrappers/wrapperutils.py
View file @
82997da0
...
...
@@ -168,6 +168,7 @@ def genxwrapper(func, runner):
The following keyword arguments will be intercepted by the wrapper
function, and will *not* be passed to ``func``:
- ``stdout``: Passed to ``runner``. Defaults to ``True``.
- ``stderr``: Passed to ``runner``. Defaults to ``True``.
- ``exitcode``: Passed to ``runner``. Defaults to ``False``.
...
...
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