Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
epnev committed Feb 9, 2017
1 parent 94c75dc commit 1e2bf19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions normcorre.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
tiffInfo = imfinfo(Y);
filetype = 'tif';
T = length(tiffInfo);
sizY = [tiffInfo(1).Height,tiffInfo(1).Width,T];
elseif strcmpi(ext,'mat')
filetype = 'mem';
Y = matfile(Y,'Writable',true);
Expand Down

0 comments on commit 1e2bf19

Please sign in to comment.