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
FSL
fslpy
Commits
39867992
Commit
39867992
authored
Apr 12, 2022
by
Paul McCarthy
🚵
Browse files
Merge branch 'rel/3.9.0' into 'v3.9'
Rel/3.9.0 See merge request fsl/fslpy!334
parents
34a2d066
54963145
Pipeline
#13928
passed with stages
in 2 minutes and 3 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
39867992
...
...
@@ -3,8 +3,8 @@ order.
3.9.0 (
Mon
day 1
1
th April 2022)
------------------------------
3.9.0 (
Tues
day 1
2
th April 2022)
------------------------------
-
Added
...
...
fsl/data/atlases.py
View file @
39867992
...
...
@@ -880,10 +880,17 @@ class LabelAtlas(Atlas):
of each present value. The proportions are returned as
values between 0 and 100.
.. note:: Calling this method will cause the atlas image data to be
loaded into memory.
.. note:: Use the :meth:`find` method to retrieve the ``AtlasLabel``
associated with each returned value.
"""
# Mask-based indexing requires the image
# data to be loaded into memory
self
.
data
# Extract the values that are in
# the mask, and their corresponding
# mask weights
...
...
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