diff --git a/fsl/data/imagewrapper.py b/fsl/data/imagewrapper.py index 0cdeb69510fb9091cd1dc7cc623624d2cfd60704..b7d5b3577c903a9bf434d14cbc8647a243c4bfd2 100644 --- a/fsl/data/imagewrapper.py +++ b/fsl/data/imagewrapper.py @@ -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)