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
c9405523
Commit
c9405523
authored
Apr 15, 2017
by
Paul McCarthy
Browse files
Bugfix in featdesign - using no-longer-existent image.data attribute.
parent
48b76a66
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/data/featdesign.py
View file @
c9405523
...
...
@@ -229,7 +229,7 @@ class FEATFSFDesign(object):
'for ev {}'
.
format
(
ev
.
index
))
continue
design
[:,
ev
.
index
]
=
ev
.
image
.
data
[
x
,
y
,
z
,
:]
design
[:,
ev
.
index
]
=
ev
.
image
[
x
,
y
,
z
,
:]
return
design
...
...
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