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
fsleyes
fsleyes
Commits
849d8fd9
Commit
849d8fd9
authored
May 13, 2022
by
Paul McCarthy
🚵
Browse files
Merge branch 'rf/load-atlases' into 'master'
Rf/load atlases See merge request fsl/fsleyes/fsleyes!322
parents
bfd31d41
067004d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
849d8fd9
...
...
@@ -10,6 +10,19 @@ This document contains the ``fsleyes`` release history in reverse
chronological
order
.
1.4.2
(
Friday
13
th
May
2022
)
----------------------------
Fixed
^^^^^
*
Make
sure
atlas
images
(
selected
through
the
atlas
panel
)
are
loaded
into
RAM
.
This
used
to
be
the
case
,
but
default
behaviour
was
changed
recently
in
the
``
fsl
.
data
.
image
``
and
``
fsl
.
data
.
atlases
``
modules
(
!322).
1.4.1
(
Tuesday
3
rd
May
2022
)
----------------------------
...
...
fsleyes/plugins/controls/atlaspanel/atlaspanel.py
View file @
849d8fd9
...
...
@@ -343,6 +343,7 @@ class AtlasPanel(ctrlpanel.ControlPanel):
return
atlas
=
atlases
.
loadAtlas
(
atlasID
,
summary
,
resolution
=
res
)
atlas
.
data
# The atlas panel may be destroyed
# before the atlas is loaded.
...
...
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