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
1863b676
Commit
1863b676
authored
Jan 27, 2020
by
Paul McCarthy
🚵
Browse files
DOC: note on save method
parent
7ef62d9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/data/image.py
View file @
1863b676
...
...
@@ -1362,6 +1362,10 @@ class Image(Nifti):
def
save
(
self
,
filename
=
None
):
"""Saves this ``Image`` to the specifed file, or the :attr:`dataSource`
if ``filename`` is ``None``.
Note that calling ``save`` on an image with modified data will cause
the entire image data to be loaded into memory if it has not already
been loaded.
"""
import
fsl.utils.imcp
as
imcp
...
...
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