You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
header_ = evds.a.imghdr.copy()
File "/usr/lib/pymodules/python2.6/nibabel/nifti1.py", line 561, in copy
self.binaryblock,
File "/usr/lib/pymodules/python2.6/nibabel/wrapstruct.py", line 210, in binaryblock
return self._structarr.tostring()
AttributeError: 'Nifti1Header' object has no attribute '_structarr'
and it is probably related to the trigger -- storing of this header into hdf5 using our PyMVPA hdf5 backend under nibabel 1.2.0 and then reloading it with nibabel 1.4.0, so per se it might not even be nibabel's issue... but that yet to be proven ;)