cosanlab / nltools

Python toolbox for analyzing imaging data
https://nltools.org
MIT License
120 stars 42 forks source link

Fixed minor bug in Brain_Data.align when using SRM #358

Closed ljchang closed 4 years ago

ljchang commented 4 years ago

Issue was specific when aligning an SRM to common space. There was a missing transpose, which was resulting in the wrong shape of the transformation matrix Brain_Data object.