flatironinstitute / CaImAn-MATLAB

Complete Matlab pipeline for large scale calcium imaging data analysis
GNU General Public License v2.0
252 stars 147 forks source link

latest update to update_temporal_components is incompatible with memory mapping #38

Closed Selmaan closed 8 years ago

Selmaan commented 8 years ago

line 167 throws an error, since Y is a memory mapped file: AY = [AY;b'*Y];

epnev commented 8 years ago

it should be fixed now. Thanks!