Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
69c5bd17
Commit
69c5bd17
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
DOC: some clarifications
parent
a44573f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fsl/data/image.py
+5
-1
5 additions, 1 deletion
fsl/data/image.py
with
5 additions
and
1 deletion
fsl/data/image.py
+
5
−
1
View file @
69c5bd17
...
@@ -1009,7 +1009,10 @@ class Image(Nifti):
...
@@ -1009,7 +1009,10 @@ class Image(Nifti):
2. As soon as any data is modified, the ``Image`` class will
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
load the image data as a numpy array into memory and will maintain its
own reference to the array for subsequent access.
own reference to the array for subsequent access. Note that this
array is entirely independent of any array that is cached by
the underlying ``nibabel.Nifti1Image`` object (refer to
https://nipy.org/nibabel/images_and_memory.html)
3. For more complicated requirements, a :class:`DataManager`,
3. For more complicated requirements, a :class:`DataManager`,
implementing custom data access management logic, can be provided when
implementing custom data access management logic, can be provided when
...
@@ -1024,6 +1027,7 @@ class Image(Nifti):
...
@@ -1024,6 +1027,7 @@ class Image(Nifti):
- will not result in any notifications (described below)
- will not result in any notifications (described below)
- will not affect the value of :meth:`saveState`
- will not affect the value of :meth:`saveState`
- have undefined semantics when a custom :class:`DataManager` is in use
The ``Image`` class adds some :class:`.Notifier` topics to those which are
The ``Image`` class adds some :class:`.Notifier` topics to those which are
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment