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

DOC: Clarification [skip ci]

parent ba483a74
No related branches found
No related tags found
No related merge requests found
......@@ -1002,11 +1002,11 @@ class Image(Nifti):
Internally, the image data is managed using one of the following methods:
1. For read-only access, the ``Image`` class delegates
entirely to the underlying ``nibabel`` ``Nifti1Image``
instance - refer to
https://nipy.org/nibabel/nibabel_images.html#the-image-data-array
for more details.
1. For read-only access, the ``Image`` class delegates entirely to the
underlying ``nibabel`` ``Nifti1Image`` instance, accessing the data
via the ``Nifti1Image.dataobj`` attribute. Refer to
https://nipy.org/nibabel/nibabel_images.html#the-image-data-array for
more details.
2. As soon as any data is modified, the ``Image`` class will
load the image data as a numpy array into memory and will maintain its
......
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