Skip to content
Snippets Groups Projects
Commit cfe52385 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: note on save method

parent 1e7ac7d1
No related branches found
No related tags found
No related merge requests found
...@@ -1362,6 +1362,10 @@ class Image(Nifti): ...@@ -1362,6 +1362,10 @@ class Image(Nifti):
def save(self, filename=None): def save(self, filename=None):
"""Saves this ``Image`` to the specifed file, or the :attr:`dataSource` """Saves this ``Image`` to the specifed file, or the :attr:`dataSource`
if ``filename`` is ``None``. 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 import fsl.utils.imcp as imcp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment