Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MouseLand/Kilosort2
Browse files Browse the repository at this point in the history
  • Loading branch information
marius10p committed Nov 7, 2019
2 parents d2002e1 + 9a2dbc2 commit 5629125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/ksGUI.m
Expand Up @@ -867,7 +867,7 @@ function updateDataView(obj)
% filtered, whitened
obj.prepareForRun();
datAllF = ksFilter(datAll, obj.ops);
datAllF = double(gather_try(datAllF));
datAllF = double(gather(datAllF));
if isfield(obj.P, 'Wrot') && ~isempty(obj.P.Wrot)
%Wrot = obj.P.Wrot/obj.ops.scaleproc;
conn = obj.P.chanMap.connected;
Expand Down

0 comments on commit 5629125

Please sign in to comment.