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
Christoph Arthofer
fslpy
Commits
da579bd8
Commit
da579bd8
authored
Dec 12, 2019
by
Paul McCarthy
🚵
Browse files
DOC: clarification
parent
777ce9a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/data/imagewrapper.py
View file @
da579bd8
...
...
@@ -381,7 +381,8 @@ class ImageWrapper(notifier.Notifier):
"""Forces all of the image data to be loaded into memory.
.. note:: This method will be called by :meth:`__init__` if its
``loadData`` parameter is ``True``.
``loadData`` parameter is ``True``. It will also be called
on all write operations (see :meth:`__setitem__`).
"""
if
self
.
__data
is
None
:
self
.
__data
=
np
.
asanyarray
(
self
.
__image
.
dataobj
)
...
...
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