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

Bugfix in featdesign - using no-longer-existent image.data attribute.

parent 48b76a66
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,7 @@ class FEATFSFDesign(object): ...@@ -229,7 +229,7 @@ class FEATFSFDesign(object):
'for ev {}'.format(ev.index)) 'for ev {}'.format(ev.index))
continue continue
design[:, ev.index] = ev.image.data[x, y, z, :] design[:, ev.index] = ev.image[x, y, z, :]
return design return design
......
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